From 43c85a68f341d204cecebf4168ac345bc7206146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Tue, 3 May 2022 13:25:17 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 9327a5ce..623709f8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,20 @@ Acknowledgements: - [Masatoshi Fukunaga](https://github.com/mah0x211) for [Lua bindings](https://github.com/mah0x211/lua-libmdbx). +New: + + - Added most of transactions flags to the public API. + +Fixes: + + - A series of fixes and improvements for automatically generated documentation (Doxygen). + +Minors: + + - Refined `release-assets` GNU Make target. + - Added logging to `mdbx_fetch_sdb()` to help debugging complex DBI-handels use cases. + + ------------------------------------------------------------------------------- ## v0.11.7 at 2022-04-22