Skip to content

Commit 2d4571d

Browse files
committed
Update changelog for 2.26.4 release
1 parent 0d65148 commit 2d4571d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.26.4 (2026-08-26)
21+
22+
### New Features
23+
24+
- `codeql test run` now supports the `--reuse-dataset` option, which
25+
reuses an existing test database from a previous run when available,
26+
skipping database extraction. This can speed up repeated test runs
27+
when only the query under test has changed. The option implies
28+
`--keep-databases`.
29+
30+
### Bug Fixes
31+
32+
- The Java Autobuilder now expands project properties, such as
33+
`${maven.version}`, when determining Maven version requirements specified
34+
by the Maven Enforcer Plugin. The Java Autobuilder now also supports Maven
35+
versions through 3.9.16.
36+
2037
## Release 2.26.3 (2026-08-12)
2138

2239
### Improvements
@@ -41,6 +58,7 @@
4158
## Release 2.26.1 (2026-07-15)
4259

4360
- There are no user-facing changes in this release.
61+
4462
## Release 2.26.0 (2026-07-08)
4563

4664
### Improvements

0 commit comments

Comments
 (0)