mdbx: update ChangeLog.

Change-Id: Ib2edc6e0f453d113cacc6c4a5b1851d2ef8b1a52
This commit is contained in:
Leonid Yuriev 2020-09-28 16:49:57 +03:00
parent 2a0c9d83e0
commit fde4186883

View File

@ -5,11 +5,12 @@ ChangeLog
TODO:
- Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge).
- Finalize C++ API (few typos and trivia bugs are likely for now).
- Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu.
## v0.9.1 2020-09-30 (scheduled, pre-release)
## v0.9.1 2020-09-30 (scheduled)
Added features:
@ -48,6 +49,7 @@ Fixes:
- Fix `getopt()` messages for Windows (Thanks to Andrey Sporaw for reporting).
- Fix MSVC compiler version requirements (Thanks to Andrey Sporaw for reporting).
- Workarounds for QEMU's bugs to run tests for cross-builded library under QEMU.
- Now C++ compiler optional for building by CMake.
## v0.9.0 2020-07-31 (not a release, but API changes)