Copyedit Java changelog

This commit is contained in:
Chris Smowton
2022-11-17 16:51:21 +00:00
committed by GitHub
parent e105c13e77
commit 7c74350d5e

View File

@@ -2,8 +2,8 @@
### New Features
* The new `string Compilation.getInfo(string)` provides access to some information about compilations.
* Kotlin support is now in beta. This means that Java analyses will also include Kotlin code by default. Kotlin support can be disabled by setting `CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN` to `true` in the environment.
* The new `string Compilation.getInfo(string)` predicate provides access to some information about compilations.
### Minor Analysis Improvements