@@ -41,10 +41,12 @@ 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
47
- * [ SE-0256 ] [ ] :
49
+ * [ SE-0254 ] [ ] :
48
50
49
51
Subscripts can now be declared ` static ` or (inside classes) ` class ` .
50
52
@@ -246,6 +248,8 @@ Swift 5.1
246
248
Swift 5.0
247
249
---------
248
250
251
+ ### 2019-03-25 (Xcode 10.2)
252
+
249
253
* [ SE-0235] [ ] :
250
254
251
255
The standard library now contains a ` Result ` type for manually propagating errors.
@@ -506,8 +510,6 @@ Swift 5.0
506
510
}
507
511
```
508
512
509
- ** Add new entries to the top of this section, not here!**
510
-
511
513
Swift 4.2
512
514
---------
513
515
@@ -7650,6 +7652,8 @@ Swift 1.0
7650
7652
[SE- 0235 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md>
7651
7653
[SE- 0242 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0242-default-values-memberwise.md>
7652
7654
[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>
7653
7657
7654
7658
[SR- 106 ]: < https: // bugs.swift.org/browse/SR-106>
7655
7659
[SR- 419 ]: < https: // bugs.swift.org/browse/SR-419>
@@ -7668,6 +7672,7 @@ Swift 1.0
7668
7672
[SR- 4248 ]: < https: // bugs.swift.org/browse/SR-4248>
7669
7673
[SR- 5581 ]: < https: // bugs.swift.org/browse/SR-5581>
7670
7674
[SR- 5719 ]: < https: // bugs.swift.org/browse/SR-5719>
7675
+ [SR- 6118 ]: < https: // bugs.swift.org/browse/SR-6118>
7671
7676
[SR- 7139 ]: < https: // bugs.swift.org/browse/SR-7139>
7672
7677
[SR- 7251 ]: < https: // bugs.swift.org/browse/SR-7251>
7673
7678
[SR- 7601 ]: < https: // bugs.swift.org/browse/SR-7601>
0 commit comments