We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17409f commit 9598892Copy full SHA for 9598892
CHANGES.md
@@ -1,8 +1,17 @@
1
-### Pending
+## 5.2.0 (2024-07-31)
2
3
-- Don't use `-lpthread` and non-MSVC flags with MSVC compiler
+- Support MSVC compiler (Jonah Beckford)
4
5
-### 5.1.0 (2021-09-22)
+- Add `extended_errcode_int` function (Petter A. Urkedal)
6
+
7
+- Fix memory alloc in `caml_sqlite3_backup_init()`
8
+ (Mark Elvers, Pierre Boutillier, and Benjamin Canou)
9
10
+- Add Github CI (Yilin Wei)
11
12
+- Detect pkgconf on Windows/mingw (Mark Elvers)
13
14
+## 5.1.0 (2021-09-22)
15
16
- Added let&-operator for implicit closing of an opened database.
17
0 commit comments