diff --git a/shared/ssa/change-notes/2025-05-23-guards-interface.md b/shared/ssa/change-notes/2025-05-23-guards-interface.md new file mode 100644 index 00000000000..cc8d76372f6 --- /dev/null +++ b/shared/ssa/change-notes/2025-05-23-guards-interface.md @@ -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.