Add change note

This commit is contained in:
Tom Hvitved
2024-05-06 15:01:03 +02:00
parent 2451a6d3f6
commit 18f138e754

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The data flow library now adds intermediate nodes when data flows out of a function via a parameter, in order to make path explanations easier to follow. The intermediate nodes have the same location as the underlying parameter, but must be accessed via `PathNode.asParameterReturnNode` instead of `PathNode.asNode`. `@kind path-problem` queries may have their expected test-output changed as a consequence.