Skip to content

Commit 152c1ea

Browse files
authored
Merge pull request #12639 from jckarter/key-path-changelog
2 parents 2e44f51 + 9684cc4 commit 152c1ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ CHANGELOG
2222
Swift 4.1
2323
---------
2424

25+
* [SE-0161][] is fully implemented. KeyPaths now support subscript, optional
26+
chaining, and optional force-unwrapping components.
27+
2528
* [SE-0186][]
2629

2730
It is no longer valid to use the ownership keywords `weak` and `unowned` for property declarations in protocols. These keywords are meaningless and misleading when used in a protocol as they don't have any effect.

0 commit comments

Comments
 (0)