Shared: Add change note for basic block addition

This commit is contained in:
Simon Friis Vindum
2025-01-16 16:35:08 +01:00
parent c051eecfb4
commit 8b20b0d334

View File

@@ -0,0 +1,7 @@
---
category: breaking
---
* Added a basic block construction as part of the library. This is currently
considered an internal unstable API. The input signature to the control flow
graph now requires two additional predicates: `idOfAstNode` and
`idOfCfgScope`.