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 ARMEB
ARMEL ARMEL
ARMT ARMT
Artem
asan asan
asis asis
asm asm
@ -1763,6 +1764,8 @@ vmmeter
vmstat vmstat
vmtotal vmtotal
voidptr voidptr
vorot
Vorotnikov
vromanov vromanov
Vrq Vrq
vscprintf vscprintf

View File

@ -1,7 +1,7 @@
ChangeLog ChangeLog
--------- ---------
## v0.9.4 (in development) scheduled at 2021-02-23 ## v0.9.4 (in development) scheduled at 2021-03-18
TODO: TODO:
@ -13,7 +13,8 @@ TODO:
Acknowledgements: 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: New features:
@ -26,6 +27,7 @@ New features:
Fixes: Fixes:
- Fixed performance regression due non-optimal C11 atomics usage (https://github.com/erthink/libmdbx/issues/160). - 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 ## v0.9.3 at 2021-02-02