Skip to content

Commit 90a3e2a

Browse files
committed
Add 2.20.5 to changelog
1 parent 9a8c347 commit 90a3e2a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.20.5 (2025-02-20)
20+
21+
### Breaking changes
22+
23+
- Removed support for `QlBuiltins::BigInt`s in the `avg()` aggregate.
24+
25+
- A number of breaking changes have been made to the C and C++ CodeQL test environment as used by `codeql test run`:
26+
- The `-Xclang-only=<arg>` option is no longer supported by `semmle-extractor-options`. Instead, when either `--clang` or `--clang_version` is specified the option should be replaced by `<arg>` only, otherwise the option should be omitted.
27+
- The `--sys_include <arg>` and `--preinclude <arg>` options are no longer supported by `semmle-extractor-options`. Instead, `--edg <option_name> --edg <arg>` should be specified.
28+
- The `-idirafter <arg>` option is no longer supported by `semmle-extractor-options`. Instead, `--edg --sys_include --edg <arg>` should be specified.
29+
- The `-imacros <arg>` option is no longer supported by `semmle-extractor-options`. Instead, `--edg --preinclude_macros --edg <arg>` should be specified.
30+
- The `/FI <arg>` option is no longer supported by `semmle-extractor-options`. Instead, `--edg --preinclude --edg <arg>` should be specified.
31+
- The `-Wreserved-user-defined-literal`, `-Wno-reserved-user-defined-literal`, `-fwritable-strings`, `/Zc:rvalueCast`, `/Zc:rvalueCast-`, and `/Zc:wchar_t-` options are no longer supported by `semmle-extractor-options`. Instead, `--edg --reserved_user_defined_literal`, `--edg --no-reserved_user_defined_literal`, `--edg --no_const_string_literals`, `--edg --no_preserve_lvalues_with_same_type_casts`, `--edg --preserve_lvalues_with_same_type_casts`, and `--edg --no_wchar_t_keyword` should be specified, respectively.
32+
- The `/Fo <arg>` option is no longer supported by `semmle-extractor-options`. The option should be omitted.
33+
1934
## Release 2.20.4 (2025-02-06)
2035

2136
### New features

0 commit comments

Comments
 (0)