From 05812d59e7a3ea8b31a5cf9346069281604dea0b Mon Sep 17 00:00:00 2001 From: Markus Mottl Date: Thu, 1 Aug 2024 00:23:51 -0400 Subject: [PATCH] Updated changelog --- CHANGES.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f3bb579..f8e91fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 5.2.0 (2024-07-31) +## 5.2.0 (2024-08-01) - Support MSVC compiler (Jonah Beckford) @@ -11,6 +11,20 @@ - Detect pkgconf on Windows/mingw (Mark Elvers, reviewed by Shon Feder) +- Fixed shadowing of `agg_ctx` when using `sizeof`. + +- Formatted sources using `ocamlformat` and `clang-format`. + +- Fixed switch syntax error flagged by cppcheck. + +- Added `.editorconfig`. + +- Removed superfluous macro conditions. + +- Improved API documentation formatting. + +- Improved README, license file, copyright notices, and changelog format. + ## 5.1.0 (2021-09-22) - Added let&-operator for implicit closing of an opened database.