Skip to content

Commit

Permalink
Changelog entry for NSNumber bridging conversion change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Jan 14, 2017
1 parent 5a46972 commit 91bd163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ CHANGELOG
Swift 3.1
---------

* Bridging conversions from `NSNumber` or `NSValue` back to Swift number or
struct types using the `as` operator will now raise a warning, because these
conversions are type-checked at runtime. Dynamic casting with `as!` or `as?`
should be used going forward.

* The `withoutActuallyEscaping` function from [SE-0103][] has been implemented.
To pass off a non-escaping closure to an API that formally takes an
`@escaping` closure, but which is used in a way that will not in fact
Expand Down

0 comments on commit 91bd163

Please sign in to comment.