From 3230fb57887b3ede297a99fd6245906a9d6736e5 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: Fri, 26 Aug 2022 19:27:17 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index f69516cc..7311db18 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,17 @@ ChangeLog --------- +## Underway v0.12.2 + +New: + + - Added `MDBX_HAVE_BUILT IN_CPU_SUPPORTS` build option to control use GCC's `__builtin_cpu_supports()` function, + which could be unavailable on a fake OSes (macos, ios, android, etc). + + +------------------------------------------------------------------------------- + + ## v0.12.1 (Positive Proxima) at 2022-08-24 The planned frontward release with new superior features on the day of 20 anniversary of [Positive Technologies](https://ptsecurty.com). @@ -76,6 +87,7 @@ Minors: - Use current transaction geometry for untouched parameters when `env_set_geometry()` called within a write transaction. - Minor clarified `iov_page()` failure case. + -------------------------------------------------------------------------------