mdbx: update ChangeLog.

Change-Id: Ib53b3180b2b8e5437eec649aa010bdd6779d41c9
This commit is contained in:
Leonid Yuriev 2020-12-17 17:42:35 +03:00
parent 760f1654c2
commit 1ebc1e7c49

View File

@ -22,6 +22,7 @@ Added features:
Fixes: Fixes:
- Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143). - Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143).
- Fixed `mdbx_realloc()` for case of nullptr and `MDBX_AVOID_CRT=ON` for Windows. - Fixed `mdbx_realloc()` for case of nullptr and `MDBX_AVOID_CRT=ON` for Windows.
- Fixed the possibility to use invalid and renewed (closed & re-opened, dropped & re-created) DBI-handles (https://github.com/erthink/libmdbx/issues/146).
## v0.9.2 scheduled at 2020-11-27 ## v0.9.2 scheduled at 2020-11-27