Skip to content

Commit 3ba00f2

Browse files
committed
Updated changelog
1 parent d28809b commit 3ba00f2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
## [Unreleased]
44

5+
## [5.4.0] - 2026-02-19
6+
57
### Added
68

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

1021
## [5.3.1] - 2025-03-07
1122

0 commit comments

Comments
 (0)