mdbx: minor refine ChangeLog (cosmetics).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-04-26 00:52:13 +03:00
parent ca0a80944e
commit e154a07fe8

View File

@ -7,6 +7,7 @@ Acknowledgements:
- [Masatoshi Fukunaga](https://github.com/mah0x211) for [Lua bindings](https://github.com/mah0x211/lua-libmdbx).
-------------------------------------------------------------------------------
## v0.11.7 at 2022-04-22
@ -50,7 +51,7 @@ Fixes:
Minors:
- Resolve minor MSVC warnings: avoid `/INCREMENTAL[:YES]` with `/LTCG`, `/W4` with `/W3`, the `C5105` warning.
- Switched to using `MDBX_EPERM` instead of `MDBX_RESULT_TRUE' to indicate that the geometry cannot be updated.
- Switched to using `MDBX_EPERM` instead of `MDBX_RESULT_TRUE` to indicate that the geometry cannot be updated.
- Added `NULL` checking during memory allocation inside `mdbx_chk`.
- Resolved all warnings from MinGW while used without CMake.
- Added inheretable `target_include_directories()` to `CMakeLists.txt` for easy integration.