From 57af1d2310e78c92e1daea74ff3ac90e2a88b5bc Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sun, 7 Mar 2021 19:46:56 +0300 Subject: [PATCH] mdbx: update ChangeLog. Change-Id: I675f6a215eb566c89dc3f0f875752999b43fd4b6 --- .github/actions/spelling/expect.txt | 3 +++ ChangeLog.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 3907f7f0..dfc2b3df 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -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 diff --git a/ChangeLog.md b/ChangeLog.md index 5e7cde65..1e9b7320 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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