Skip to content

Commit a6f70f0

Browse files
committed
mention that C style for loops are deprecated.
1 parent f4c1f4b commit a6f70f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Latest
22
------
3+
4+
* The "C style for loop", which is spelled for (init; comparison; increment){}"
5+
has been deprecated and is slated for removal in Swift 3.0. See
6+
[SE-0007](https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md)
7+
for more information.
8+
39
* Three new doc comment fields, namely `- keyword:`, `- recommended:`
410
and `- recommendedover:`, allow Swift users to cooperate with code
511
completion engine to deliver more effective code completion results.

0 commit comments

Comments
 (0)