Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Swift 3.1
satisfying a predicate. `drop(while:)` requests the remaining
subsequence after dropping the longest subsequence satisfying a
predicate.

**Add new entries to the top of this file, not here!**

Swift 3.0
---------
Expand Down Expand Up @@ -719,8 +721,6 @@ public func project(function f: FunctionType) -> (p0: CGPoint, p1: CGPoint) -> (
person.valueForKeyPath(#keyPath(Person.bestFriend.lastName))
```

**Add new entries to the top of this file, not here!**

Swift 2.2
---------

Expand Down