Skip to content

Commit a9bf9f6

Browse files
Merge pull request swiftlang#71255 from ian-twilightcoder/fix-release-notes
Swap in the PR number for the `exit` behavior change
2 parents 350cdd3 + b4a4f05 commit a9bf9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
Having been [gated](https://github.com/apple/swift/pull/28171) behind a
6060
compiler warning since at least Swift 5.2, this syntax is now rejected.
6161

62-
* [bugfix][]:
62+
* [#71075][]:
6363

6464
\_SwiftConcurrencyShims used to declare the `exit` function, even though it
6565
might not be available. The declaration has been removed, and must be imported
@@ -10094,4 +10094,5 @@ using the `.dynamicType` member to retrieve the type of an expression should mig
1009410094
[#57225]: <https://github.com/apple/swift/issues/57225>
1009510095
[#56139]: <https://github.com/apple/swift/issues/56139>
1009610096
[#70065]: <https://github.com/apple/swift/pull/70065>
10097+
[#71075]: <https://github.com/apple/swift/pull/71075>
1009710098
[swift-syntax]: https://github.com/apple/swift-syntax

0 commit comments

Comments
 (0)