diff --git a/ChangeLog.md b/ChangeLog.md index 5d262e4e..1383c4e0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,32 @@ ChangeLog --------- +## v0.11.+ + +Bugfixing within the stable `master` branch. + +New: + + - The C++ API has been refined to simplify support for `wchar_t` in path names. + +Fixes: + + - Never use modern `__cxa_thread_atexit()` on Apple's OSes. + - Use `MultiByteToWideChar(CP_THREAD_ACP)` instead of `mbstowcs()`. + - Don't check owner for finished transactions. + - Fixed typo in `MDBX_EINVAL` which breaks MingGW builds with CLANG. + +Minors: + + - Fixed variable name typo. + - Using `ldd` to check used dso. + - Added `MDBX_WEAK_IMPORT_ATTRIBUTE` macro. + - Use current transaction geometry for untouched parameters when `env_set_geometry()` called within a write transaction. + + +------------------------------------------------------------------------------- + + ## v0.11.9 (Чирчик-1992) at 2022-08-02 The stable bugfix release.