Skip to content

Commit 5bbd66a

Browse files
committed
Merge pull request #250 from manavgabhawala/master
Update README to move SE-0046 to implemented
2 parents 0833883 + 8ca4f16 commit 5bbd66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ sampling of potentially good ideas that are not in scope for Swift
112112
* [SE-0037: Clarify interaction between comments & operators](proposals/0037-clarify-comments-and-operators.md)
113113
* [SE-0040: Replacing Equal Signs with Colons For Attribute Arguments](proposals/0040-attributecolons.md)
114114
* [SE-0043: Declare variables in 'case' labels with multiple patterns](proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
115+
* [SE-0046: Establish consistent label behavior across all parameters including first labels](proposals/0046-first-label.md)
115116
* [SE-0053: Remove explicit use of `let` from Function Parameters](proposals/0053-remove-let-from-function-parameters.md)
116117

117118
### Accepted proposals for Swift 3.0
@@ -127,7 +128,6 @@ sampling of potentially good ideas that are not in scope for Swift
127128
* [SE-0039: Modernizing Playground Literals](proposals/0039-playgroundliterals.md)
128129
* [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
129130
* [SE-0044: Import as Member](proposals/0044-import-as-member.md)
130-
* [SE-0046: Establish consistent label behavior across all parameters including first labels](proposals/0046-first-label.md)
131131
* [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)
132132
* [SE-0054: Abolish `ImplicitlyUnwrappedOptional` type](proposals/0054-abolish-iuo.md)
133133
* [SE-0055: Make unsafe pointer nullability explicit using Optional](proposals/0055-optional-unsafe-pointers.md)

0 commit comments

Comments
 (0)