File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ CHANGELOG
3
3
4
4
_ ** Note:** This is in reverse chronological order, so newer entries are added to the top._
5
5
6
+ Swift Next
7
+ ----------
8
+ * [ SE-0290] [ ] :
9
+
10
+ It is now possible to write inverted availability conditions by using the new ` #unavailable ` keyword:
11
+
12
+ ``` swift
13
+ if #unavailable (iOS 15.0 ) {
14
+ // Old functionality
15
+ } else {
16
+ // iOS 15 functionality
17
+ }
18
+ ```
19
+
20
+ ** Add new entries to the top of this section, not here!**
21
+
6
22
Swift 5.5
7
23
---------
8
24
@@ -8627,6 +8643,7 @@ Swift 1.0
8627
8643
[SE- 0284 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0284-multiple-variadic-parameters.md>
8628
8644
[SE- 0286 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0286-forward-scan-trailing-closures.md>
8629
8645
[SE- 0287 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0287-implicit-member-chains.md>
8646
+ [SE- 0290 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0290-negative-availability.md>
8630
8647
[SE- 0293 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md>
8631
8648
[SE- 0296 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md>
8632
8649
[SE- 0297 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0297-concurrency-objc.md>
You can’t perform that action at this time.
0 commit comments