From 4e73cdf9c633e6e9f16c66705302473b2ea3fe2e Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 26 Nov 2021 00:24:14 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index e35159e7..e0c380e2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -25,10 +25,12 @@ Acknowledgements: - [장세연 (Чан Се Ен)](https://github.com/sasgas) for contributing to C++ API. - [Alain Picard](https://github.com/castortech) for [Java bindings](https://github.com/castortech/mdbxjni). - [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing. + - [Kris Zyp](https://github.com/kriszyp) for reporting and testing. Fixes: - [Fixed unexpected `MDBX_PROBLEM` error](https://github.com/erthink/libmdbx/issues/242) because of update an obsolete meta-page. + - [Fixed returning `MDBX_NOTFOUND` error](https://github.com/erthink/libmdbx/issues/243) in case an inexact value found for `MDBX_GET_BOTH` operation. Minors: