Skip to content

Commit

Permalink
Update changelog for 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jun 20, 2022
1 parent a85dd0e commit c79876a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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.
Expand Down

0 comments on commit c79876a

Please sign in to comment.