From c9659e1acafa10cbbd6654b44447e308150625e6 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 11 Oct 2021 17:18:06 +0300 Subject: [PATCH] mdbx: fix minor ChangeLog typo. --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5f6a3b74..5f0f2ff8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -29,7 +29,7 @@ Acknowledgements: Fixes: - - Fixed possibility of looping update GC during transaction commit (no public issue since the problem was discovered inside [Positive Technologies](https://www.ptsecurity.ru). + - Fixed possibility of looping update GC during transaction commit (no public issue since the problem was discovered inside [Positive Technologies](https://www.ptsecurity.ru)). - Fixed `#pragma pack` to avoid provoking some compilers to generate code with [unaligned access](https://github.com/erthink/libmdbx/issues/235). - Fixed `noexcept` for potentially throwing `txn::put()` of C++ API.