Java: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2025-05-16 13:55:16 +02:00
parent db01828717
commit 6b830faa62

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* Java now uses the shared `BasicBlock` library. This means that several member predicates now use the preferred names. The old predicates have been deprecated. The `BasicBlock` class itself no longer extends `ControlFlowNode` - the predicate `getFirstNode` can be used to fix any QL code that somehow relied on this.