We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c1f4b commit a6f70f0Copy full SHA for a6f70f0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
Latest
2
------
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
9
* Three new doc comment fields, namely `- keyword:`, `- recommended:`
10
and `- recommendedover:`, allow Swift users to cooperate with code
11
completion engine to deliver more effective code completion results.
0 commit comments