Skip to content

Commit 093aadb

Browse files
committed
The changelog is supposed to be in reverse chronological order (newest first).
1 parent 995f9f4 commit 093aadb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

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

6+
* Traps from force-unwrapping nil `Optional`s now show the source location
7+
of the force unwrap operator.
8+
69
* [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.
710

811
* Nested generic functions may now capture bindings from the environment, for example:
@@ -280,8 +283,7 @@ Swift 3.0
280283
person.valueForKeyPath(#keyPath(Person.bestFriend.lastName))
281284
```
282285

283-
* Traps from force-unwrapping nil `Optional`s now show the source location
284-
of the force unwrap operator.
286+
**If you are adding a new entry, add it to the top of the file, not here!**
285287

286288

287289
Swift 2.2

0 commit comments

Comments
 (0)