Tweak changenotes

This commit is contained in:
Nick Rolfe
2025-07-22 09:51:52 +01:00
parent 997547b8ef
commit 43d14c28c2
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
### New Features
* Added a `isFinalValueOfParameter` predicate to DataFlow::Node which holds when a dataflow node represents the final value of an output parameter of a function.
* Added a `isFinalValueOfParameter` predicate to `DataFlow::Node` which holds when a dataflow node represents the final value of an output parameter of a function.
### Minor Analysis Improvements

View File

@@ -6,7 +6,7 @@
### New Features
* Added a `isFinalValueOfParameter` predicate to DataFlow::Node which holds when a dataflow node represents the final value of an output parameter of a function.
* Added a `isFinalValueOfParameter` predicate to `DataFlow::Node` which holds when a dataflow node represents the final value of an output parameter of a function.
### Minor Analysis Improvements