From 52038d2120bcc5565fa406ca116f901efaa10f00 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 1 May 2026 13:05:14 +0100 Subject: [PATCH 1/2] Add changenotes for 2.25.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e93e38..0e2b723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,17 @@ you know what to do). --> +## Release 2.25.3 (2026-05-01) + +### Improvements + +- The `codeql database finalize` command now accepts the `--working-dir` + flag. When specified, any extractor pre-finalize scripts will be run in + that directory. If the flag is not used, the scripts will run in the source + root directory (maintaining existing behavior). The flag will also be + automatically passed through when running the higher-level + `codeql database create` command. + ## Release 2.25.2 (2026-04-15) ### Miscellaneous From caa82085d08289b56d2f6fea87812e4115c459e4 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Thu, 7 May 2026 15:50:25 +0200 Subject: [PATCH 2/2] Add CodeQL 2.25.4 to CHANGELOG Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b723..1d9dc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,11 @@ you know what to do). --> -## Release 2.25.3 (2026-05-01) +## Release 2.25.4 (2026-05-05) + +- There are no user-facing changes in this release. + +## Release 2.25.3 (2026-04-30) ### Improvements