From 18bc28bea2d9710ea1fc6e4f13803e1381b77e26 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 9 Jun 2021 14:44:48 +0300 Subject: [PATCH] mdbx: announce more TODO. --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 569a5a65..8d6047e3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ ChangeLog ### TODO + - [Move most of `mdbx_chk` functional to the library API](https://github.com/erthink/libmdbx/issues/204). + - [Fix recursive use of SRW-lock on Windows cause by `MDBX_NOTLS` option.](https://github.com/erthink/libmdbx/issues/203). - [More flexible support of asynchronous runtime/framework(s)](https://github.com/erthink/libmdbx/issues/200). - [Migration guide from LMDB to MDBX](https://github.com/erthink/libmdbx/issues/199). - [Get rid of dirty-pages list in MDBX_WRITEMAP mode](https://github.com/erthink/libmdbx/issues/193).