Skip to content

Commit 2d8fe6e

Browse files
Update changelog to include SE-0093 addition
1 parent 8a2fd16 commit 2d8fe6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ Swift 3.0
276276
```swift
277277
person.valueForKeyPath(#keyPath(Person.bestFriend.lastName))
278278
```
279+
280+
* [SE-0093](https://github.com/apple/swift-evolution/blob/master/proposals/0093-slice-base.md): Slice types now have a `base` property that allows public readonly access to their base collections.
279281

280282
Swift 2.2
281283
---------

0 commit comments

Comments
 (0)