mdbx: update ChangeLog.

Change-Id: I7d4eda460db2418682f072d3a38b7971796e2b2a
This commit is contained in:
Leonid Yuriev 2020-10-23 03:33:08 +03:00
parent 005517539b
commit 2e3a552c3c

View File

@ -27,6 +27,8 @@ Fixes:
- Fixed copy&paste typos.
- Fixed minor false-positive GCC warning.
- Added workaround for broken `DEFINE_ENUM_FLAG_OPERATORS` from Windows SDK.
- Fixed cursor state after multimap/dupsort repeated deletes (https://github.com/erthink/libmdbx/issues/121).
- Added `SIGPIPE` suppression for internal thread during `mdbx_env_copy()`.
## v0.9.1 2020-09-30