Skip to content

Commit

Permalink
Version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
slavenf committed Aug 29, 2022
1 parent 18bac7f commit b6cfbd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
0.2.0 (2022-08-29)
* Bug fix: Constructor of `pool_allocator` must make sure that singleton
is created.
* Define macro `SFL_POOL_ALLOCATOR_EXTRA_CHECKS` to enable extra checks.
Extra checks are perfomed only in debug mode (i.e. when macro `NDEBUG` is
not defined).

0.1.0 (2022-08-15)
* First release.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit b6cfbd7

Please sign in to comment.