Skip to content

Commit 522e0c9

Browse files
committed
Add SE-0062 to the changelog.
1 parent 4082a5c commit 522e0c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ Swift 3.0
219219
let sel2 = #selector(setter: UIView.backgroundColor) // sel2 has type Selector
220220
```
221221

222+
* [SE-0062](https://github.com/apple/swift-evolution/blob/master/proposals/0062-objc-keypaths.md): A key-path can now be formed with `#keyPath`. For example:
223+
224+
```swift
225+
person.valueForKeyPath(#keyPath(Person.bestFriend.lastName))
226+
```
222227

223228
Swift 2.2
224229
---------

0 commit comments

Comments
 (0)