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