Skip to content

Commit ef777c2

Browse files
Update CHANGELOG.md
1 parent 2d8fe6e commit ef777c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Note: This is in reverse chronological order, so newer entries are added to the
33
Swift 3.0
44
---------
55

6+
* [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.
7+
68
* Nested generic functions may now capture bindings from the environment, for example:
79

810
```swift
@@ -276,8 +278,6 @@ Swift 3.0
276278
```swift
277279
person.valueForKeyPath(#keyPath(Person.bestFriend.lastName))
278280
```
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.
281281

282282
Swift 2.2
283283
---------

0 commit comments

Comments
 (0)