Skip to content

Commit a62ff70

Browse files
authored
Merge pull request #3760 from mominul/patch-1
Fix CHANGELOG.md
2 parents 0f1f5d7 + 51ad6b5 commit a62ff70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Swift 3.0
1313

1414
func performOperation<T>(continuation: T -> Never) { ... } // old
1515
func performOperation<T>(continuation: @noreturn T -> ()) { ... } // new
16+
```
1617

1718
* [SE-0116](https://github.com/apple/swift-evolution/blob/master/proposals/0116-id-as-any.md):
1819
Objective-C APIs using `id` now import into Swift as `Any` instead of as `AnyObject`.

0 commit comments

Comments
 (0)