Skip to content

Commit 05812d5

Browse files
committed
Updated changelog
1 parent 7c42115 commit 05812d5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGES.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.2.0 (2024-07-31)
1+
## 5.2.0 (2024-08-01)
22

33
- Support MSVC compiler (Jonah Beckford)
44

@@ -11,6 +11,20 @@
1111

1212
- Detect pkgconf on Windows/mingw (Mark Elvers, reviewed by Shon Feder)
1313

14+
- Fixed shadowing of `agg_ctx` when using `sizeof`.
15+
16+
- Formatted sources using `ocamlformat` and `clang-format`.
17+
18+
- Fixed switch syntax error flagged by cppcheck.
19+
20+
- Added `.editorconfig`.
21+
22+
- Removed superfluous macro conditions.
23+
24+
- Improved API documentation formatting.
25+
26+
- Improved README, license file, copyright notices, and changelog format.
27+
1428
## 5.1.0 (2021-09-22)
1529

1630
- Added let&-operator for implicit closing of an opened database.

0 commit comments

Comments
 (0)