We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c42115 commit 05812d5Copy full SHA for 05812d5
CHANGES.md
@@ -1,4 +1,4 @@
1
-## 5.2.0 (2024-07-31)
+## 5.2.0 (2024-08-01)
2
3
- Support MSVC compiler (Jonah Beckford)
4
@@ -11,6 +11,20 @@
11
12
- Detect pkgconf on Windows/mingw (Mark Elvers, reviewed by Shon Feder)
13
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
28
## 5.1.0 (2021-09-22)
29
30
- Added let&-operator for implicit closing of an opened database.
0 commit comments