Skip to content

Commit f13470f

Browse files
Update CHANGELOG.md
1 parent 6972f83 commit f13470f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ Swift Next
4141
print(s[0])
4242
```
4343

44+
**Add new entries to the top of this section, not here!**
45+
4446
Swift 5.1
4547
---------
4648

47-
* [SE-0256][]:
49+
* [SE-0254][]:
4850

4951
Subscripts can now be declared `static` or (inside classes) `class`.
5052

@@ -246,6 +248,8 @@ Swift 5.1
246248
Swift 5.0
247249
---------
248250

251+
### 2019-03-25 (Xcode 10.2)
252+
249253
* [SE-0235][]:
250254

251255
The standard library now contains a `Result` type for manually propagating errors.
@@ -506,8 +510,6 @@ Swift 5.0
506510
}
507511
```
508512

509-
**Add new entries to the top of this section, not here!**
510-
511513
Swift 4.2
512514
---------
513515

@@ -7650,6 +7652,8 @@ Swift 1.0
76507652
[SE-0235]: <https://github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
76517653
[SE-0242]: <https://github.com/apple/swift-evolution/blob/master/proposals/0242-default-values-memberwise.md>
76527654
[SE-0245]: <https://github.com/apple/swift-evolution/blob/master/proposals/0245-array-uninitialized-initializer.md>
7655+
[SE-0252]: <https://github.com/apple/swift-evolution/blob/master/proposals/0252-keypath-dynamic-member-lookup.md>
7656+
[SE-0254]: <https://github.com/apple/swift-evolution/blob/master/proposals/0254-static-subscripts.md>
76537657

76547658
[SR-106]: <https://bugs.swift.org/browse/SR-106>
76557659
[SR-419]: <https://bugs.swift.org/browse/SR-419>
@@ -7668,6 +7672,7 @@ Swift 1.0
76687672
[SR-4248]: <https://bugs.swift.org/browse/SR-4248>
76697673
[SR-5581]: <https://bugs.swift.org/browse/SR-5581>
76707674
[SR-5719]: <https://bugs.swift.org/browse/SR-5719>
7675+
[SR-6118]: <https://bugs.swift.org/browse/SR-6118>
76717676
[SR-7139]: <https://bugs.swift.org/browse/SR-7139>
76727677
[SR-7251]: <https://bugs.swift.org/browse/SR-7251>
76737678
[SR-7601]: <https://bugs.swift.org/browse/SR-7601>

0 commit comments

Comments
 (0)