Skip to content

Commit 513afc8

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 53d5e80 + 5c941e0 commit 513afc8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ 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

@@ -58,7 +60,7 @@ Swift 5.1
5860
Code that calls the function can use the interface of the protocol, but
5961
does not have visibility into the underlying type.
6062

61-
* [SE-0256][]:
63+
* [SE-0254][]:
6264

6365
Subscripts can now be declared `static` or (inside classes) `class`.
6466

@@ -260,6 +262,8 @@ Swift 5.1
260262
Swift 5.0
261263
---------
262264

265+
### 2019-03-25 (Xcode 10.2)
266+
263267
* [SE-0235][]:
264268

265269
The standard library now contains a `Result` type for manually propagating errors.
@@ -520,8 +524,6 @@ Swift 5.0
520524
}
521525
```
522526

523-
**Add new entries to the top of this section, not here!**
524-
525527
Swift 4.2
526528
---------
527529

@@ -7663,7 +7665,10 @@ Swift 1.0
76637665
[SE-0230]: <https://github.com/apple/swift-evolution/blob/master/proposals/0230-flatten-optional-try.md>
76647666
[SE-0235]: <https://github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
76657667
[SE-0242]: <https://github.com/apple/swift-evolution/blob/master/proposals/0242-default-values-memberwise.md>
7668+
[SE-0244]: <https://github.com/apple/swift-evolution/blob/master/proposals/0244-opaque-result-types.md>
76667669
[SE-0245]: <https://github.com/apple/swift-evolution/blob/master/proposals/0245-array-uninitialized-initializer.md>
7670+
[SE-0252]: <https://github.com/apple/swift-evolution/blob/master/proposals/0252-keypath-dynamic-member-lookup.md>
7671+
[SE-0254]: <https://github.com/apple/swift-evolution/blob/master/proposals/0254-static-subscripts.md>
76677672

76687673
[SR-106]: <https://bugs.swift.org/browse/SR-106>
76697674
[SR-419]: <https://bugs.swift.org/browse/SR-419>
@@ -7682,6 +7687,7 @@ Swift 1.0
76827687
[SR-4248]: <https://bugs.swift.org/browse/SR-4248>
76837688
[SR-5581]: <https://bugs.swift.org/browse/SR-5581>
76847689
[SR-5719]: <https://bugs.swift.org/browse/SR-5719>
7690+
[SR-6118]: <https://bugs.swift.org/browse/SR-6118>
76857691
[SR-7139]: <https://bugs.swift.org/browse/SR-7139>
76867692
[SR-7251]: <https://bugs.swift.org/browse/SR-7251>
76877693
[SR-7601]: <https://bugs.swift.org/browse/SR-7601>

0 commit comments

Comments
 (0)