diff --git a/.gitignore b/.gitignore index 78077f737ac5f43326c66941cc05461e535dbf41..f50fedc563f51a776cb48d242fcdfc187bb0c5ef 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 0000000000000000000000000000000000000000..c04b0b9bca0253646874ca0acf04d5dd8b46ff20 --- /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 +