File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ sampling of potentially good ideas that are not in scope for Swift
135
135
* [ SE-0054: Abolish ` ImplicitlyUnwrappedOptional ` type] ( proposals/0054-abolish-iuo.md )
136
136
* [ SE-0055: Make unsafe pointer nullability explicit using Optional] ( proposals/0055-optional-unsafe-pointers.md )
137
137
* [ 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 )
138
139
139
140
## Development minor version: Swift 2.2
140
141
Original file line number Diff line number Diff line change 2
2
3
3
* Proposal: [ SE-0062] ( https://github.com/apple/swift-evolution/blob/master/proposals/0062-objc-keypaths.md )
4
4
* 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 ) )
6
6
* Review manager: [ Doug Gregor] ( https://github.com/DougGregor )
7
7
8
8
## Introduction
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ proposals in that process.
8
8
9
9
* March 31...April 5, 2016 [ SE-0056: Allow trailing closures in ` guard ` conditions] ( proposals/0056-trailing-closures-in-guard.md )
10
10
* 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 )
12
11
* April 7...13, 2016 [ SE-0063: SwiftPM System Module Search Paths] ( proposals/0063-swiftpm-system-module-search-paths.md )
13
12
* April 7...12, 2016 [ SE-0064: Referencing the Objective-C selector of property getters and setters] ( proposals/0064-property-selectors.md )
14
13
* April 10...18, 2016 [ SE-0065: A New Model For Collections and Indices] ( proposals/0065-collections-move-indices.md )
You can’t perform that action at this time.
0 commit comments