File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ sooner.
119
119
* [ Tuple comparison operators] ( proposals/0015-tuple-comparison-operators.md ) (SE-0015)
120
120
* [ Constraining ` AnySequence.init ` ] ( proposals/0014-constrained-AnySequence.md ) (SE-0014)
121
121
* [ Replace ` typealias ` keyword with ` associatedtype ` for associated type declarations] ( proposals/0011-replace-typealias-associated.md ) (SE-0011)
122
+ * [ Naming Functions with Argument Labels] ( proposals/0021-generalized-naming.md ) (SE-0021)
122
123
123
124
### Accepted proposals for Swift 2.2
124
125
* [ Add a Lazy flatMap for Sequences of Optionals] ( proposals/0008-lazy-flatmap-for-optionals.md ) (SE-0008)
@@ -135,7 +136,6 @@ sooner.
135
136
* [ Add StaticString.UnicodeScalarView] ( proposals/0010-add-staticstring-unicodescalarview.md ) (SE-0010, Jan 6-8)
136
137
* [ Remove Partial Application of Non-Final Super Methods (Swift 2.2)] ( proposals/0013-remove-partial-application-super.md ) (SE-0013, Jan 9-13)
137
138
* [ Swift Language Version Build Configuration] ( proposals/0020-if-swift-version.md ) (SE-0020, Jan 12-17)
138
- * [ Naming Functions with Argument Labels] ( proposals/0021-generalized-naming.md ) (SE-0021, Jan 13-18)
139
139
* [ Referencing the Objective-C selector of a method] ( proposals/0022-objc-selectors.md ) (SE-0022, Jan 17-22)
140
140
141
141
### Scheduled for Review
Original file line number Diff line number Diff line change 2
2
3
3
* Proposal: [ SE-0021] ( https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md )
4
4
* Author(s): [ Doug Gregor] ( https://github.com/DougGregor )
5
- * Status: ** Accepted**
5
+ * Status: ** Accepted** (implemented in Swift 2.2)
6
6
* Review manager: [ Joe Groff] ( https://github.com/jckarter )
7
- * Implementation: [ Here] ( https://github.com/DougGregor/swift/tree/se-0021-generalized-naming )
8
7
9
8
## Introduction
10
9
You can’t perform that action at this time.
0 commit comments