Skip to content

Commit 2c86cc5

Browse files
committed
Updated changelog
1 parent e365a8a commit 2c86cc5

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [5.4.1] - 2026-04-16
4+
5+
### Added
6+
7+
- Added a child-process regression test covering the `exec` callback and
8+
concurrent statement preparation/finalization on a shared `FULLMUTEX`
9+
connection.
410

511
### Changed
612

713
- Removed the `clib:pthread` OPAM tag, keeping only `clib:sqlite3` as package
814
classification metadata.
15+
- Bumped `ocamlformat` to version `0.29.0`.
16+
17+
### Fixed
18+
919
- Released the OCaml runtime lock around more explicit SQLite API calls that can
1020
contend on SQLite connection or statement mutexes, reducing the risk of
1121
deadlocks in multi-threaded code.

0 commit comments

Comments
 (0)