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.
2 parents 0f1f5d7 + 51ad6b5 commit a62ff70Copy full SHA for a62ff70
CHANGELOG.md
@@ -13,6 +13,7 @@ Swift 3.0
13
14
func performOperation<T>(continuation: T -> Never) { ... } // old
15
func performOperation<T>(continuation: @noreturn T -> ()) { ... } // new
16
+ ```
17
18
* [SE-0116](https://github.com/apple/swift-evolution/blob/master/proposals/0116-id-as-any.md):
19
Objective-C APIs using `id` now import into Swift as `Any` instead of as `AnyObject`.
0 commit comments