From a5fc1d663e01dd52d6797fcc1f6feaf486947009 Mon Sep 17 00:00:00 2001 From: Kenny Leung Date: Mon, 14 Mar 2016 10:32:53 -0700 Subject: [PATCH] Updates 2016-03-14 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 66440911fa..ecbb0b3653 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,9 @@ sampling of potentially good ideas that are not in scope for Swift * [SE-0004: Remove the `++` and `--` operators](proposals/0004-remove-pre-post-inc-decrement.md) * [SE-0007: Remove C-style for-loops with conditions and incrementers](proposals/0007-remove-c-style-for-loops.md) * [SE-0029: Remove implicit tuple splat behavior from function applications](proposals/0029-remove-implicit-tuple-splat.md) +* [SE-0033: Import Objective-C Constants as Swift Types](proposals/0033-import-objc-constants.md) * [SE-0035: Limiting `inout` capture to `@noescape` contexts](proposals/0035-limit-inout-capture.md) +* [SE-0038: Package Manager C Language Target Support](proposals/0038-swiftpm-c-language-targets.md) * [SE-0039: Modernizing Playground Literals](proposals/0039-playgroundliterals.md) ## Development minor version: Swift 2.2 @@ -145,7 +147,10 @@ sooner. ### Rejected proposals * [SE-0009: Require self for accessing instance members](proposals/0009-require-self-for-accessing-instance-members.md) +* [SE-0010: Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) * [SE-0013: Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) +* [SE-0024: Optional Value Setter `??=`](proposals/0024-optional-value-setter.md) +* [SE-0027: Expose code unit initializers on String](proposals/0027-string-from-code-units.md) ## Review [Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md) @@ -153,6 +158,8 @@ sooner. ### Returned for Revision * [SE-0018: Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md) +* [SE-0025: Scoped Access Level](proposals/0025-scoped-access-level.md) +* [SE-0030: Property Behaviors](proposals/0030-property-behavior-decls.md) ### Deferred for Future Discussion