From b4a4f059c083eff63cd65f933e5f494852094618 Mon Sep 17 00:00:00 2001 From: Ian Anderson Date: Tue, 30 Jan 2024 14:04:45 -0800 Subject: [PATCH] Swap in the PR number for the `exit` behavior change --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5eb342f0079..1e3871c6e6385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ Having been [gated](https://github.com/apple/swift/pull/28171) behind a compiler warning since at least Swift 5.2, this syntax is now rejected. -* [bugfix][]: +* [#71075][]: \_SwiftConcurrencyShims used to declare the `exit` function, even though it 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 [#57225]: [#56139]: [#70065]: +[#71075]: [swift-syntax]: https://github.com/apple/swift-syntax \ No newline at end of file