File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Latest
2
2
------
3
3
4
- * The "C style for loop", which is spelled for ( init; comparison; increment){}"
4
+ * The "C- style for loop", which is spelled ` for init; comparison; increment {} `
5
5
has been deprecated and is slated for removal in Swift 3.0. See
6
6
[ SE-0007] ( https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md )
7
7
for more information.
73
73
allows you to use C enum pattern matching in switch statements with no
74
74
additional code. ** (17287720 )**
75
75
76
- * The `NSNumberunsignedIntegerValue ` property now has the type `UInt ` instead
76
+ * The `NSNumber.unsignedIntegerValue ` property now has the type `UInt ` instead
77
77
of `Int `, as do other methods and properties that use the `NSUInteger` type
78
78
in Objective- C and whose names contain `unsigned.. `. Most other uses of
79
79
`NSUInteger` in system frameworks are imported as `Int ` as they were in
You can’t perform that action at this time.
0 commit comments