@@ -41,6 +41,8 @@ Swift Next
41
41
print (s[0 ])
42
42
```
43
43
44
+ ** Add new entries to the top of this section, not here!**
45
+
44
46
Swift 5.1
45
47
---------
46
48
@@ -58,7 +60,7 @@ Swift 5.1
58
60
Code that calls the function can use the interface of the protocol, but
59
61
does not have visibility into the underlying type.
60
62
61
- * [ SE-0256 ] [ ] :
63
+ * [ SE-0254 ] [ ] :
62
64
63
65
Subscripts can now be declared ` static ` or (inside classes) ` class ` .
64
66
@@ -260,6 +262,8 @@ Swift 5.1
260
262
Swift 5.0
261
263
---------
262
264
265
+ ### 2019-03-25 (Xcode 10.2)
266
+
263
267
* [ SE-0235] [ ] :
264
268
265
269
The standard library now contains a ` Result ` type for manually propagating errors.
@@ -520,8 +524,6 @@ Swift 5.0
520
524
}
521
525
```
522
526
523
- ** Add new entries to the top of this section, not here!**
524
-
525
527
Swift 4.2
526
528
---------
527
529
@@ -7663,7 +7665,10 @@ Swift 1.0
7663
7665
[SE- 0230 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0230-flatten-optional-try.md>
7664
7666
[SE- 0235 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
7665
7667
[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>
7666
7669
[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>
7667
7672
7668
7673
[SR- 106 ]: < https: // bugs.swift.org/browse/SR-106>
7669
7674
[SR- 419 ]: < https: // bugs.swift.org/browse/SR-419>
@@ -7682,6 +7687,7 @@ Swift 1.0
7682
7687
[SR- 4248 ]: < https: // bugs.swift.org/browse/SR-4248>
7683
7688
[SR- 5581 ]: < https: // bugs.swift.org/browse/SR-5581>
7684
7689
[SR- 5719 ]: < https: // bugs.swift.org/browse/SR-5719>
7690
+ [SR- 6118 ]: < https: // bugs.swift.org/browse/SR-6118>
7685
7691
[SR- 7139 ]: < https: // bugs.swift.org/browse/SR-7139>
7686
7692
[SR- 7251 ]: < https: // bugs.swift.org/browse/SR-7251>
7687
7693
[SR- 7601 ]: < https: // bugs.swift.org/browse/SR-7601>
0 commit comments