Skip to content

Commit 1d9f391

Browse files
committed
Merge pull request #678 from PatrickPijnappel/changelog
Changelog fixes
2 parents a6f70f0 + 184f979 commit 1d9f391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Latest
22
------
33

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 {}`
55
has been deprecated and is slated for removal in Swift 3.0. See
66
[SE-0007](https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md)
77
for more information.
@@ -73,7 +73,7 @@ Latest
7373
allows you to use C enum pattern matching in switch statements with no
7474
additional code. **(17287720)**
7575

76-
* The `NSNumberunsignedIntegerValue` property now has the type `UInt` instead
76+
* The `NSNumber.unsignedIntegerValue` property now has the type `UInt` instead
7777
of `Int`, as do other methods and properties that use the `NSUInteger` type
7878
in Objective-C and whose names contain `unsigned..`. Most other uses of
7979
`NSUInteger` in system frameworks are imported as `Int` as they were in

0 commit comments

Comments
 (0)