From 29eb4c2bed8d38f0c16818fbc4c4b83e7e9b25fe Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 13 Dec 2021 04:27:48 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- .github/actions/spelling/expect.txt | 1 + ChangeLog.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 9baa4a5e..1ac28992 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1823,6 +1823,7 @@ unspilling unsync UNTRACK updation +UPPERBOUND upsert UPSERTING upsertion diff --git a/ChangeLog.md b/ChangeLog.md index 3dbf003d..186ccc91 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -24,18 +24,25 @@ Acknowledgements: - [gcxfd ](https://github.com/gcxfd) for reporting, contributing and testing. +New features, extensions and improvements: + + - [Added](https://github.com/erthink/libmdbx/issues/236) `mdbx_cursor_get_batch()`. + - [Added](https://github.com/erthink/libmdbx/issues/250) `MDBX_SET_UPPERBOUND`. + Fixes: - Disabled C++20 concepts for stupid AppleClang 13.x + - Fixed internal collision of `MDBX_SHRINK_ALLOWED` with `MDBX_ACCEDE`. Minors: - - Fixed returning `MDBX_RESULT_TRUE` (-1) from `mdbx_env_set_option()`. + - Fixed returning `MDBX_RESULT_TRUE` (unexpected -1) from `mdbx_env_set_option()`. - Added `mdbx_env_get_syncbytes()` and `mdbx_env_get_syncperiod()`. - [Clarified](https://github.com/erthink/libmdbx/pull/249) description of `MDBX_INTEGERKEY`. - Reworked/simplified `mdbx_env_sync_internal()`. - [Fixed](https://github.com/erthink/libmdbx/issues/248) extra assertion inside `mdbx_cursor_put()` for `MDBX_DUPFIXED` cases. - Avoiding extra looping inside `mdbx_env_info_ex()`. + - Explicitly enabled core dumps from stochastic tests scripts on Linux. ## v0.11.2 at 2021-12-02 @@ -106,7 +113,7 @@ Fixes: Minors: - Refined handling of weak or invalid meta-pages while a DB opening. - - Refined providing information for the @MAIN and @GC sub-databases of a last committed modification transaction's ID. + - Refined providing information for the `@MAIN` and `@GC` sub-databases of a last committed modification transaction's ID. ## v0.10.4 at 2021-10-10