Add change note

This commit is contained in:
Chris Smowton
2024-03-22 15:14:28 +00:00
parent d5443b3f10
commit bc0724e2b3

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The Java extractor and QL libraries now support Java 22, including support for anonymous variables, lambda parameters and patterns.
* Pattern cases with multiple patterns and that fall through to or from other pattern cases are now supported. The `PatternCase` class gains the new `getPatternAtIndex` and `getAPattern` predicates, and deprecates `getPattern`.