Skip to content

Commit ec292ca

Browse files
committed
Swift: Split for-each change note into two lines
1 parent a402bfc commit ec292ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/ql/lib/change-notes/2023-09-14-for-in-data-flow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
category: minorAnalysis
33
---
44

5-
* 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.
5+
* The data flow library now supports flow to the loop variable of for-in loops.
6+
* The methods `getIteratorVar` and `getNextCall` have been added to the `ForEachStmt` class.

0 commit comments

Comments
 (0)