8000 Update CHANGELOG.md for 2.22.0 · github/codeql-cli-binaries@81e6755 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81e6755

Browse files
committed
Update CHANGELOG.md for 2.22.0
1 parent f1c6d04 commit 81e6755

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

20+
## Release 2.22.0 (2025-06-11)
21+
22+
### Breaking changes
23+
24+
- A number of breaking changes have been made to the C and C++ CodeQL test
25+
environment as used by `codeql test run`:
26+
- Options starting with a `/` are no longer supported by
27+
`semmle-extractor-options`. Any option starting with a `/` should be
28+
replaced by the equivalent option starting with a `-`, e.g., `/D` should be
29+
replaced by `-D`.
30+
- Preprocessor command line options of the form `-D<macro>#<def>` are no
31+
longer supported by `semmle-extractor-options`. `-D<macro>=<def>` should be
32+
used instead.
33+
- The `/Fp` and `-o` options are no longer supported by
34+
`semmle-extractor-options`. The options should be omitted.
35+
- The `-emit-pch`, `-include-pch`, `/Yc`, and `/Yu` options, and the
36+
`--preinclude` option taking a pre-compiled header as its argument, are no
37+
longer supported by `semmle-extractor-options`. Any test that makes use of
38+
this should be replaced by a test that invokes the CodeQL CLI with the
39+
`create database` option and that runs the relevant queries on the created
40+
database.
41+
2042
## Release 2.21.4 (2025-06-02)
2143

2244
### Deprecations

0 commit comments

Comments
 (0)
0