We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28809b commit 88074a6Copy full SHA for 88074a6
CHANGELOG.md
@@ -1,11 +1,20 @@
1
# Changelog
2
3
-## [Unreleased]
+## [5.4.0] - 2026-02-19
4
5
### Added
6
7
-- Makefile target to generate `compile_commands.json` for improved LSP support
8
- in editors.
+- `column_is_null` function in the low-level column API. Thanks to Alexander
+ 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.
18
19
## [5.3.1] - 2025-03-07
20
0 commit comments