Skip to content

Commit 4163683

Browse files
authored
Merge pull request #494 from benrimmington/SE-0028
[SE-0028] Update swift-version in proposals.xml
2 parents b275ae6 + 52386c9 commit 4163683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
3535
<proposal id="0025" status="implemented" swift-version="3" name="Scoped Access Level" filename="0025-scoped-access-level.md"/>
3636
<proposal id="0026" status="deferred" name="Abstract classes and methods" filename="0026-abstract-classes-and-methods.md"/>
3737
<proposal id="0027" status="rejected" name="Expose code unit initializers on String" filename="0027-string-from-code-units.md"/>
38-
<proposal id="0028" status="implemented" swift-version="3" name="Modernizing Swift's Debugging Identifiers (__FILE__, etc)" filename="0028-modernizing-debug-identifiers.md"/>
38+
<proposal id="0028" status="implemented" swift-version="2.2" name="Modernizing Swift's Debugging Identifiers (__FILE__, etc)" filename="0028-modernizing-debug-identifiers.md"/>
3939
<proposal id="0029" status="implemented" swift-version="3" name="Remove implicit tuple splat behavior from function applications" filename="0029-remove-implicit-tuple-splat.md"/>
4040
<proposal id="0030" status="deferred" name="Property Behaviors" filename="0030-property-behavior-decls.md"/>
4141
<proposal id="0031" status="implemented" swift-version="3" name="Adjusting inout Declarations for Type Decoration" filename="0031-adjusting-inout-declarations.md"/>

0 commit comments

Comments
 (0)