From f43f37cca0645d96869952b05f58f42af0a62f63 Mon Sep 17 00:00:00 2001 From: Michael Link Date: Tue, 16 Apr 2024 08:49:12 -0500 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Jacob Hearst <8368015+JacobHearst@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d1e39..de91f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.0.3 - 2024-04-15 ### Changed -- Correctly turned on `StrictConcurrency` in Swift 5.10 and earlier and adeed non-breaking conformance to `Sendable`. +- Correctly turned on `StrictConcurrency` in Swift 5.10 and earlier and added non-breaking conformance to `Sendable`. - Updated documentation for closure based usage where `nonisolated(unsafe)` is required to avoid an error in projects that use `StrictConcurrency`. ## 3.0.2 - 2024-02-07