Skip to content

Commit abe442a

Browse files
authored
Merge pull request #60294 from benrimmington/changelog
Update CHANGELOG entry for SE-0362
2 parents e8edebc + 60ce04a commit abe442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
1010
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:
1111
* `ConciseMagicFile` enables the new `#file` semantics in [SE-0274][].
1212
* `ForwardTrailingClosures` disables the "backward" scanning behavior of [SE-0286][].
13-
* `BareSlashRegexLiterals` enables the regex literal syntax of [SE-0352][].
13+
* `BareSlashRegexLiterals` enables the regex literal syntax of [SE-0354][].
1414

1515
Features can be detected in source code with `#if hasFeature(X)`.
1616

0 commit comments

Comments
 (0)