Java: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2023-09-28 14:28:24 +02:00
parent 94556078f1
commit 15e1098791

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Fixed a control-flow bug where case rule statements would incorrectly include a fall-through edge.
* Added support for default cases as proper guards in switch expressions to match switch statements.