Skip to content

Commit 25b4813

Browse files
committed
Accept SE-0062: Referencing Objective-C key-paths
1 parent e15644f commit 25b4813

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ sampling of potentially good ideas that are not in scope for Swift
135135
* [SE-0054: Abolish `ImplicitlyUnwrappedOptional` type](proposals/0054-abolish-iuo.md)
136136
* [SE-0055: Make unsafe pointer nullability explicit using Optional](proposals/0055-optional-unsafe-pointers.md)
137137
* [SE-0057: Importing Objective-C Lightweight Generics](proposals/0057-importing-objc-generics.md)
138+
* [SE-0062: Referencing Objective-C key-paths](proposals/0062-objc-keypaths.md)
138139

139140
## Development minor version: Swift 2.2
140141

proposals/0062-objc-keypaths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0062](https://github.com/apple/swift-evolution/blob/master/proposals/0062-objc-keypaths.md)
44
* Author(s): [David Hart](https://github.com/hartbit)
5-
* Status: **Under review** (April 7...12, 2016)
5+
* Status: **Accepted for Swift 3** ([Bug](https://bugs.swift.org/browse/SR-1237))
66
* Review manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Introduction

schedule.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ proposals in that process.
88

99
* March 31...April 5, 2016 [SE-0056: Allow trailing closures in `guard` conditions](proposals/0056-trailing-closures-in-guard.md)
1010
* March 31...April 5, 2016 [SE-0059: Update API Naming Guidelines and Rewrite Set APIs Accordingly](proposals/0059-updated-set-apis.md)
11-
* April 7...12, 2016 [SE-0062: Referencing Objective-C key-paths](proposals/0062-objc-keypaths.md)
1211
* April 7...13, 2016 [SE-0063: SwiftPM System Module Search Paths](proposals/0063-swiftpm-system-module-search-paths.md)
1312
* April 7...12, 2016 [SE-0064: Referencing the Objective-C selector of property getters and setters](proposals/0064-property-selectors.md)
1413
* April 10...18, 2016 [SE-0065: A New Model For Collections and Indices](proposals/0065-collections-move-indices.md)

0 commit comments

Comments
 (0)