Skip to content

Commit ff641d3

Browse files
authored
Merge pull request #24088 from benrimmington/patch-2
Update CHANGELOG.md [5.1]
2 parents 8d8227e + 1f834ef commit ff641d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CHANGELOG
2525
Swift 5.1
2626
---------
2727

28-
* [SE-0256][]:
28+
* [SE-0254][]:
2929

3030
Subscripts can now be declared `static` or (inside classes) `class`.
3131

@@ -227,6 +227,8 @@ Swift 5.1
227227
Swift 5.0
228228
---------
229229

230+
### 2019-03-25 (Xcode 10.2)
231+
230232
* [SE-0235][]:
231233

232234
The standard library now contains a `Result` type for manually propagating errors.
@@ -487,8 +489,6 @@ Swift 5.0
487489
}
488490
```
489491

490-
**Add new entries to the top of this section, not here!**
491-
492492
Swift 4.2
493493
---------
494494

@@ -7631,6 +7631,8 @@ Swift 1.0
76317631
[SE-0235]: <https://github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
76327632
[SE-0242]: <https://github.com/apple/swift-evolution/blob/master/proposals/0242-default-values-memberwise.md>
76337633
[SE-0245]: <https://github.com/apple/swift-evolution/blob/master/proposals/0245-array-uninitialized-initializer.md>
7634+
[SE-0252]: <https://github.com/apple/swift-evolution/blob/master/proposals/0252-keypath-dynamic-member-lookup.md>
7635+
[SE-0254]: <https://github.com/apple/swift-evolution/blob/master/proposals/0254-static-subscripts.md>
76347636

76357637
[SR-106]: <https://bugs.swift.org/browse/SR-106>
76367638
[SR-419]: <https://bugs.swift.org/browse/SR-419>

0 commit comments

Comments
 (0)