Skip to content

Update README to move SE-0046 to implemented #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ sampling of potentially good ideas that are not in scope for Swift
* [SE-0037: Clarify interaction between comments & operators](proposals/0037-clarify-comments-and-operators.md)
* [SE-0040: Replacing Equal Signs with Colons For Attribute Arguments](proposals/0040-attributecolons.md)
* [SE-0043: Declare variables in 'case' labels with multiple patterns](proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
* [SE-0046: Establish consistent label behavior across all parameters including first labels](proposals/0046-first-label.md)
* [SE-0053: Remove explicit use of `let` from Function Parameters](proposals/0053-remove-let-from-function-parameters.md)

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