Skip to content

Commit 88074a6

Browse files
committed
Updated changelog
1 parent d28809b commit 88074a6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [5.4.0] - 2026-02-19
44

55
### Added
66

7-
- Makefile target to generate `compile_commands.json` for improved LSP support
8-
in editors.
7+
- `column_is_null` function in the low-level column API. Thanks to Alexander
8+
Keleshev for the contribution.
9+
- Makefile support for generating `compile_commands.json` and improved
10+
generation for better LSP support in editors.
11+
12+
### Changed
13+
14+
- Updated GitHub Actions `actions/checkout` from version 4 to version 6.
15+
- Bumped `ocamlformat` version.
16+
- Strengthened tests for `column_is_null` to cover both NULL and non-NULL
17+
values.
918

1019
## [5.3.1] - 2025-03-07
1120

0 commit comments

Comments
 (0)