Skip to content

Commit ce0671f

Browse files
authored
Merge pull request #505 from benrimmington/SE-0137
[SE-0137] Update status, add mailing list threads
2 parents 4163683 + 1f3a8f1 commit ce0671f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

proposals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
144144
<proposal id="0134" status="implemented" swift-version="3" name="Rename two UTF8-related properties on String" filename="0134-rename-string-properties.md"/>
145145
<proposal id="0135" status="implemented" swift-version="3" name="Package Manager Support for Differentiating Packages by Swift version" filename="0135-package-manager-support-for-differentiating-packages-by-swift-version.md"/>
146146
<proposal id="0136" status="implemented" swift-version="3" name="Memory Layout of Values" filename="0136-memory-layout-of-values.md"/>
147-
<proposal id="0137" status="accepted" name="Avoiding Lock-In to Legacy Protocol Designs" filename="0137-avoiding-lock-in.md"/>
147+
<proposal id="0137" status="implemented" swift-version="3" name="Avoiding Lock-In to Legacy Protocol Designs" filename="0137-avoiding-lock-in.md"/>
148148

149149
<!--
150150
Recognized values for a proposal's status:

proposals/0137-avoiding-lock-in.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
* Proposal: [SE-0137](0137-avoiding-lock-in.md)
44
* Author: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 3)**
7+
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160815/026300.html)
78

89
## Introduction
910

1011
We propose to deprecate or move protocols that shouldn't be a part of
1112
the standard library's public API going forward.
1213

13-
Swift-evolution thread: [Discussion thread topic for that proposal](https://lists.swift.org/pipermail/swift-evolution/)
14+
Swift-evolution threads: [Late Pitch](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160808/026071.html), [Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160808/026103.html)
1415

1516
## Motivation
1617

0 commit comments

Comments
 (0)