mdbx: update ChangeLog.

Change-Id: I675f6a215eb566c89dc3f0f875752999b43fd4b6
This commit is contained in:
Leonid Yuriev 2021-03-07 19:46:56 +03:00
parent ec95a50bb6
commit 57af1d2310
2 changed files with 7 additions and 2 deletions

View File

@ -54,6 +54,7 @@ argv
ARMEB
ARMEL
ARMT
Artem
asan
asis
asm
@ -1763,6 +1764,8 @@ vmmeter
vmstat
vmtotal
voidptr
vorot
Vorotnikov
vromanov
Vrq
vscprintf

View File

@ -1,7 +1,7 @@
ChangeLog
---------
## v0.9.4 (in development) scheduled at 2021-02-23
## v0.9.4 (in development) scheduled at 2021-03-18
TODO:
@ -13,7 +13,8 @@ TODO:
Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for [mdbx-go](https://github.com/torquem-ch/mdbx-go).
- [Alex Sharov](https://github.com/AskAlexSharov) for [mdbx-go](https://github.com/torquem-ch/mdbx-go) and for bug reporting.
- [Artem Vorotnikov](https://github.com/vorot93) for bug reporting.
New features:
@ -26,6 +27,7 @@ New features:
Fixes:
- Fixed performance regression due non-optimal C11 atomics usage (https://github.com/erthink/libmdbx/issues/160).
- Fixed "reincarnation" of subDB after it deletion (https://github.com/erthink/libmdbx/issues/168).
## v0.9.3 at 2021-02-02