From 1ebc1e7c4998361be9490d9ad17dfe1d691de012 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 17 Dec 2020 17:42:35 +0300 Subject: [PATCH] mdbx: update ChangeLog. Change-Id: Ib53b3180b2b8e5437eec649aa010bdd6779d41c9 --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 66c5de37..813d8c9c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -22,6 +22,7 @@ Added features: Fixes: - Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143). - Fixed `mdbx_realloc()` for case of nullptr and `MDBX_AVOID_CRT=ON` for Windows. + - Fixed the possibility to use invalid and renewed (closed & re-opened, dropped & re-created) DBI-handles (https://github.com/erthink/libmdbx/issues/146). ## v0.9.2 scheduled at 2020-11-27