From 672be94c251b281b4cb227652c06e51e07bd1acd Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@private-incardon-3.mpi-cbg.de> Date: Fri, 5 Feb 2016 11:59:06 -0500 Subject: [PATCH] Added changelog --- .gitignore | 1 - CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index 78077f737..f50fedc56 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ Thumbs.db *.vtk AUTHORS COPYING -ChangeLog INSTALL NEWS README diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..c04b0b9bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2015-02-05 +### Added +- PSE 1D example +- Cell list example +- Verlet list example +- Kickstart for OpenFPM_numeric +- Automated dependency installation for SUITESPRASE EIGEN OPENBLAS(LAPACK) + + +### Fixed +- CRITICAL BUG in periodic bondary condition +- BOOST auto updated to 1.60 +- Compilation with multiple .cpp files + +### Changed +- Nothing to report + -- GitLab