From 21cf3f00a12edab621a8fbf676596c37476bd2df Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 22 Jun 2024 12:45:42 -0400 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53bcaacb..b2668d65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Disable Swift 6 compatibility in Swift package to ensure Pulse compiles if added as a dependency under Xcode 16 by @NachoSoto in https://github.com/kean/Pulse/pull/264 - Fix some of the Swift 6 errors -- (Internal) Move `Identifable` conformances to `Pulse` to remove the "retroactive" conformance warnings in Swift 6 +- (Internal) Move `Identifiable` conformances to `Pulse` to remove the "retroactive" conformance warnings in Swift 6 ## Pulse 4.2.5