Skip to content

Commit

Permalink
SE-0020 was implemented in Swift 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Mar 18, 2016
1 parent f567bef commit fcc50db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion proposals/0020-if-swift-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcc50db

Please sign in to comment.