Skip to content

Commit 318d1df

Browse files
kostiakovaljtbandes
authored andcommitted
mark SE-0139 as implemented
1 parent 92c18b7 commit 318d1df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<proposal id="0136" status="implemented" swift-version="3" name="Memory Layout of Values" filename="0136-memory-layout-of-values.md"/>
140140
<proposal id="0137" status="implemented" swift-version="3" name="Avoiding Lock-In to Legacy Protocol Designs" filename="0137-avoiding-lock-in.md"/>
141141
<proposal id="0138" status="accepted" swift-version="3" name="UnsafeRawBufferPointer" filename="0138-unsaferawbufferpointer.md"/>
142-
<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"/>
142+
<proposal id="0139" status="implemented" swift-version="3.0.1" name="Bridge Numeric Types to `NSNumber` and Cocoa Structs to `NSValue`" filename="0139-bridge-nsnumber-and-nsvalue.md"/>
143143
<proposal id="0140" status="implemented" swift-version="3.0.1" name="Bridge `Optional` As Its Payload Or `NSNull`" filename="0140-bridge-optional-to-nsnull.md"/>
144144
<proposal id="0141" status="accepted" swift-version="4" name="Availability by Swift version" filename="0141-available-by-swift-version.md"/>
145145
<proposal id="0142" status="accepted" swift-version="4" name="Permit where clauses to constrain associated types" filename="0142-associated-types-constraints.md"/>

proposals/0139-bridge-nsnumber-and-nsvalue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0139](0139-bridge-nsnumber-and-nsvalue.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 3.0.1)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160912/027060.html)
88

99
## Introduction

0 commit comments

Comments
 (0)