You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@ CHANGELOG
3
3
4
4
_**Note:** This is in reverse chronological order, so newer entries are added to the top._
5
5
6
+
## Swift 5.8
7
+
8
+
*[SE-0362][]:
9
+
10
+
The compiler flag `-enable-upcoming-feature X` can now be used to enable a specific feature `X` that has been accepted by the evolution process, but whose introduction into the language is waiting for the next major version (e.g., version 6). The `X` is specified by any proposal that falls into this category:
11
+
*`ConciseMagicFile` enables the new `#file` semantics in [SE-0274][].
12
+
*`ForwardTrailingClosures` disables the "backward" scanning behavior of [SE-0286][].
13
+
*`BareSlashRegexLiterals` enables the regex literal syntax of [SE-0352][].
14
+
15
+
Features can be detected in source code with `#if hasFeature(X)`.
16
+
6
17
## Swift 5.7
7
18
8
19
* The Swift compiler no longer warns about redundant requirements in generic declarations. For example,
0 commit comments