Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Aug 1, 2024
1 parent 7c42115 commit 05812d5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.2.0 (2024-07-31)
## 5.2.0 (2024-08-01)

- Support MSVC compiler (Jonah Beckford)

Expand All @@ -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.
Expand Down

0 comments on commit 05812d5

Please sign in to comment.