Skip to content

Commit ad42974

Browse files
committed
Initiate review of SE-0141: Availability by Swift version
1 parent 00ea4d5 commit ad42974

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<proposal id="0138" status="accepted" swift-version="3" name="UnsafeRawBufferPointer" filename="0138-unsaferawbufferpointer.md"/>
142142
<proposal id="0139" status="accepted" swift-version="3" name="Bridge Numeric Types to `NSNumber` and Cocoa Structs to `NSValue`" filename="0139-bridge-nsnumber-and-nsvalue.md"/>
143143
<proposal id="0140" status="accepted" swift-version="3" name="Bridge `Optional` As Its Payload Or `NSNull`" filename="0140-bridge-optional-to-nsnull.md"/>
144+
<proposal id="0141" status="active" swift-version="4" name="Availability by Swift version" filename="0141-available-by-swift-version.md"/>
144145

145146
<!--
146147
Recognized values for a proposal's status:

proposals/NNNN-available-by-swift-version.md renamed to proposals/0141-available-by-swift-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Availability by Swift version
22

3-
* Proposal: [SE-NNNN](NNNN-available-by-swift-version.md)
3+
* Proposal: [SE-0141](0141-available-by-swift-version.md)
44
* Authors: [Graydon Hoare](https://github.com/graydon)
5-
* Review Manager: TBD
6-
* Status: **Awaiting review**
5+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6+
* Status: Under review (September 23...28, 2016)
77

88
## Introduction
99

0 commit comments

Comments
 (0)