Skip to content

Commit e13eb79

Browse files
authored
Java: edit 0.4.4 release notes to match the changelog
1 parent 2bd151b commit e13eb79

File tree

1 file changed

+2
-2
lines changed
  • java/ql/lib/change-notes/released

1 file changed

+2
-2
lines changed

java/ql/lib/change-notes/released/0.4.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### New Features
44

5-
* The new `string Compilation.getInfo(string)` provides access to some information about compilations.
65
* 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.
6+
* The new `string Compilation.getInfo(string)` predicate provides access to some information about compilations.
77

88
### Minor Analysis Improvements
99

10-
* The ReDoS libraries in `semmle.code.java.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.
10+
* The ReDoS libraries in `semmle.code.java.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.
1111
* Added data flow summaries for tainted Android intents sent to activities via `Activity.startActivities`.

0 commit comments

Comments
 (0)