We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28809b commit 3ba00f2Copy full SHA for 3ba00f2
CHANGELOG.md
@@ -2,10 +2,21 @@
2
3
## [Unreleased]
4
5
+## [5.4.0] - 2026-02-19
6
+
7
### Added
8
-- Makefile target to generate `compile_commands.json` for improved LSP support
- 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.
20
21
## [5.3.1] - 2025-03-07
22
0 commit comments