Skip to content

Commit b3c5118

Browse files
committed
SE-0020 is accepted
1 parent bcc4849 commit b3c5118

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,28 +123,27 @@ sooner.
123123

124124
### Accepted proposals for Swift 2.2
125125
* [Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md) (SE-0008)
126+
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020)
126127

127128
# Other Proposals
128129

129130
### Rejected proposals
130131
* [Require self for accessing instance members](proposals/0009-require-self-for-accessing-instance-members.md) (SE-0009)
131132

132-
# Review
133+
## Review
133134
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)
134135

135136
### Under Review
136137
* [Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) (SE-0010, Jan 6-8)
137138
* [Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) (SE-0013, Jan 9-13)
138-
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020, Jan 12-17)
139139
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022, Jan 17-22)
140140

141141
### Scheduled for Review
142+
* [API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0023)
142143
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
143144
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
144145

145146
### Awaiting Review
146-
* January 21...31, 2016: [SE-0023: API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
147-
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0006)
148147
* [Add @noescape to public library API](proposals/0012-add-noescape-to-public-library-api.md) (SE-0012)
149148
* [Add initializers to Int and Uint to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md) (SE-0016)
150149
* [Change Unmanaged to use UnsafePointer](proposals/0017-convert-unmanaged-to-use-unsafepointer.md) (SE-0017)

proposals/0020-if-swift-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0020](https://github.com/apple/swift-evolution/blob/master/proposals/0020-if-swift-version.md)
44
* Author(s): [David Farler](https://github.com/bitjammer)
5-
* Status: **Under review** (January 12...17, 2016)
5+
* Status: **Accepted** for Swift 2.2
66
* Review manager: Doug Gregor
77

88
## Introduction

0 commit comments

Comments
 (0)