@@ -82,23 +82,33 @@ repository][swift-evolution-repo] to reflect that decision.
8282## Proposal states
8383A given proposal can be in one of several states:
8484
85- * ** Awaiting review** : the proposal is awaiting review. Once known,
85+ * ** Awaiting review** : The proposal is awaiting review. Once known,
8686 the dates for the actual review will be placed in the proposal
8787 document and updated in the [ list of proposals] ( proposals.xml ) . When the
8888 review period begins, the review manager will update the state to
89- * under review* .
90- * ** Under review** : the proposal is undergoing public review on the [ swift-evolution mailing list] [ swift-evolution-mailing-list ] .
91- * ** Under revision** : the proposal is undergoing revision by the
92- author(s) based on feedback from the review.
93- * ** Deferred** : consideration of the proposal has been deferred
89+ * Active review* .
90+ * ** Scheduled for review (MONTH DAY...MONTH DAY)** : The public review of the proposal
91+ on the [ swift-evolution mailing list] [ swift-evolution-mailing-list ]
92+ has been scheduled for the specified date range.
93+ * ** Active review (MONTH DAY...MONTH DAY)** : The proposal is undergoing public review
94+ on the [ swift-evolution mailing list] [ swift-evolution-mailing-list ] .
95+ The review will continue through the specified date range.
96+ * ** Returned for revision** : The proposal has been returned from review
97+ for additional revision to the current draft.
98+ * ** Withdrawn** : The proposal has been withdrawn by the original submitter.
99+ * ** Deferred** : Consideration of the proposal has been deferred
94100 because it does not meet the [ goals of the upcoming major Swift
95101 release] ( README.md ) . Deferred proposals will be reconsidered when
96102 scoping the next major Swift release.
97- * ** Accepted** : the proposal has been accepted and is either awaiting
98- implementation or is actively being implemented. Once a proposal
99- enters the "accepted" state, it gets placed into its [ target Swift
100- release] ( README.md ) .
101- * ** Rejected** : the proposal has been considered and rejected.
103+ * ** Accepted** : The proposal has been accepted and is either awaiting
104+ implementation or is actively being implemented.
105+ * ** Accepted with revisions** : The proposal has been accepted,
106+ contingent upon the inclusion of one or more revisions.
107+ * ** Rejected** : The proposal has been considered and rejected.
108+ * ** Implemented (Swift VERSION)** : The proposal has been implemented.
109+ Append the version number in parentheses—for example: Implemented (Swift 2.2).
110+ If the proposal's implementation spans multiple version numbers,
111+ write the version number for which the implementation will be complete.
102112
103113[ swift-evolution-repo ] : https://github.com/apple/swift-evolution " Swift evolution repository "
104114[ swift-evolution-mailing-list ] : https://swift.org/community/#swift-evolution " Swift evolution mailing list "
0 commit comments