Skip to content

Commit 631e69b

Browse files
committed
Update changelog for 2.11.6
1 parent eaa75e5 commit 631e69b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

20+
## Release 2.11.6 (2022-12-13)
21+
22+
### Breaking changes
23+
24+
- Java and Kotlin analyses in this release of the CLI and all earlier
25+
releases are incompatible with Kotlin 1.7.30 and later. To prevent
26+
code scanning alerts being spuriously dismissed, Java and Kotlin
27+
analyses will now fail when using Kotlin 1.7.30 or later.
28+
29+
If you are unable to use Kotlin 1.7.29 or earlier, you can disable
30+
Kotlin support by setting
31+
`CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN` to `true` in the
32+
environment.
33+
34+
### Bugs fixed
35+
36+
- Fixed a bug where it was not possible to run queries in CodeQL query
37+
packs for C# that use the legacy `libraryPathDependencies` property
38+
in their `qlpack.yml` file. The associated error message complained
39+
about undefined extensional predicates.
40+
2041
## Release 2.11.5 (2022-12-07)
2142

2243
### Bugs Fixed

0 commit comments

Comments
 (0)