SSA: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2025-05-23 12:49:01 +02:00
parent 893cb592b5
commit f4fb717a34

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* Adjusted the Guards interface in the SSA data flow integration to distinguish `hasBranchEdge` from `controlsBranchEdge`. Any breakage can be fixed by implementing one with the other as a reasonable fallback solution.