From fcc50db4b96186a4d66f624bb2c1025c7b276096 Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Thu, 17 Mar 2016 22:28:44 -0700 Subject: [PATCH] SE-0020 was implemented in Swift 2.2 --- README.md | 6 +++--- proposals/0020-if-swift-version.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3f551c716..d5c691e1db 100644 --- a/README.md +++ b/README.md @@ -135,15 +135,15 @@ sooner. ### Implemented proposals for Swift 2.2 * [SE-0001: Allow (most) keywords as argument labels](proposals/0001-keywords-as-argument-labels.md) -* [SE-0015: Tuple comparison operators](proposals/0015-tuple-comparison-operators.md) -* [SE-0014: Constraining `AnySequence.init`](proposals/0014-constrained-AnySequence.md) * [SE-0011: Replace `typealias` keyword with `associatedtype` for associated type declarations](proposals/0011-replace-typealias-associated.md) +* [SE-0014: Constraining `AnySequence.init`](proposals/0014-constrained-AnySequence.md) +* [SE-0015: Tuple comparison operators](proposals/0015-tuple-comparison-operators.md) +* [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) * [SE-0021: Naming Functions with Argument Labels](proposals/0021-generalized-naming.md) * [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) ### Accepted proposals for Swift 2.2 * [SE-0008: Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md) -* [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) # Other Proposals diff --git a/proposals/0020-if-swift-version.md b/proposals/0020-if-swift-version.md index 4a4681e6e0..8b1f06ed71 100644 --- a/proposals/0020-if-swift-version.md +++ b/proposals/0020-if-swift-version.md @@ -2,7 +2,7 @@ * Proposal: [SE-0020](https://github.com/apple/swift-evolution/blob/master/proposals/0020-if-swift-version.md) * Author(s): [David Farler](https://github.com/bitjammer) -* Status: **Accepted** for Swift 2.2 +* Status: **Implemented** in Swift 2.2 * Review manager: Doug Gregor ## Introduction