diff --git a/CHANGELOG.md b/CHANGELOG.md index 8097b90..81c49cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ +Version 0.1.6 (20 June 2022) +--------------------------------- +* Export the version number in CMake and in preprocessor macros. +* Add CMake options to enable/disable building the shared/static libraries and demo executable. +* Add symbol visibility information to the public API and build a Windows import library. +* Rename all CMake options to have a `QDLDL_` prefix, e.g. + * `DFLOAT` -> `QDLDL_FLOAT` + * `DLONG` -> `QDLDL_LONG` + * `UNITTESTS` -> `QDLDL_UNITTESTS` + + +Version 0.1.5 (7 August 2020) +--------------------------------- +* Reduce the amount of memory access in each iteration of the solver loops. + + Version 0.1.4 (6 September 2019) --------------------------------- -* Fix to cmake when building `qdldl::qdldlstatic` -* Fix to overflow issue when factoring very large matrices +* Fix to cmake when building `qdldl::qdldlstatic`. +* Fix to overflow issue when factoring very large matrices. + Version 0.1.3 (11 September 2018) ----------------------------------