Swift: Split for-each change note into two lines

This commit is contained in:
Robert Marsh
2023-10-06 15:21:55 +00:00
parent a402bfcfb0
commit ec292ca4e1

View File

@@ -2,4 +2,5 @@
category: minorAnalysis
---
* The data flow library now supports flow to the loop variable of for-in loops. Additionally, the methods `getIteratorVar` and `getNextCall` have been added to the `ForEachStmt` class.
* The data flow library now supports flow to the loop variable of for-in loops.
* The methods `getIteratorVar` and `getNextCall` have been added to the `ForEachStmt` class.