Add change note

This commit is contained in:
Tom Hvitved
2025-11-19 13:18:13 +01:00
parent d2bb53a81e
commit e4853ab060

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The type `DataFlow::Node` is now based directly on the AST instead of the CFG, which means that predicates like `asExpr()` return AST nodes instead of CFG nodes.