Skip to content

Commit c8fd2a1

Browse files
committed
SE-0062: Referencing Objective-C key-paths is implemented.
1 parent 997cf58 commit c8fd2a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ below:
127127
* [SE-0057: Importing Objective-C Lightweight Generics](proposals/0057-importing-objc-generics.md)
128128
* [SE-0059: Update API Naming Guidelines and Rewrite Set APIs Accordingly](proposals/0059-updated-set-apis.md)
129129
* [SE-0061: Add Generic Result and Error Handling to autoreleasepool()](proposals/0061-autoreleasepool-signature.md)
130+
* [SE-0062: Referencing Objective-C key-paths](proposals/0062-objc-keypaths.md)
130131
* [SE-0064: Referencing the Objective-C selector of property getters and setters](proposals/0064-property-selectors.md)
131132
* [SE-0065: A New Model For Collections and Indices](proposals/0065-collections-move-indices.md)
132133
* [SE-0069: Mutability and Foundation Value Types](proposals/0069-swift-mutability-for-foundation.md)
@@ -152,7 +153,6 @@ subsequent release.
152153
* [SE-0048: Generic Type Aliases](proposals/0048-generic-typealias.md)
153154
* [SE-0052: Change IteratorType post-nil guarantee](proposals/0052-iterator-post-nil-guarantee.md)
154155
* [SE-0060: Enforcing order of defaulted parameters](proposals/0060-defaulted-parameter-order.md)
155-
* [SE-0062: Referencing Objective-C key-paths](proposals/0062-objc-keypaths.md)
156156
* [SE-0063: SwiftPM System Module Search Paths](proposals/0063-swiftpm-system-module-search-paths.md)
157157
* [SE-0066: Standardize function type argument syntax to require parentheses](proposals/0066-standardize-function-type-syntax.md)
158158
* [SE-0067: Enhanced Floating Point Protocols](proposals/0067-floating-point-protocols.md)

proposals/0062-objc-keypaths.md

Lines changed: 1 addition & 1 deletion
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: [David Hart](https://github.com/hartbit)
5-
* Status: **Accepted for Swift 3** ([Bug](https://bugs.swift.org/browse/SR-1237))
5+
* Status: **Implemented in Swift 3**
66
* Review manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Introduction

0 commit comments

Comments
 (0)