Tweak changenotes

This commit is contained in:
Nick Rolfe
2025-07-22 09:51:52 +01:00
parent c8632b70b7
commit 74cd982aca
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