mdbx: update ChangeLog.

This commit is contained in:
Leonid Yuriev 2021-07-21 12:12:10 +03:00
parent 2e68adefb3
commit 13912be35d

View File

@ -5,6 +5,8 @@ ChangeLog
### TODO ### TODO
- [Engage an "overlapped I/O" on Windows](https://github.com/erthink/libmdbx/issues/224).
- [Simple careful mode for working with corrupted DB](https://github.com/erthink/libmdbx/issues/223).
- [Move most of `mdbx_chk` functional to the library API](https://github.com/erthink/libmdbx/issues/204). - [Move most of `mdbx_chk` functional to the library API](https://github.com/erthink/libmdbx/issues/204).
- [Replace SRW-lock on Windows to allow shrink DB with `MDBX_NOTLS` option](https://github.com/erthink/libmdbx/issues/210). - [Replace SRW-lock on Windows to allow shrink DB with `MDBX_NOTLS` option](https://github.com/erthink/libmdbx/issues/210).
- [More flexible support of asynchronous runtime/framework(s)](https://github.com/erthink/libmdbx/issues/200). - [More flexible support of asynchronous runtime/framework(s)](https://github.com/erthink/libmdbx/issues/200).