diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e9ba4d71b96..7a108029c95c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --------- @@ -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 ---------