From 32707c62d9ee9ca5f0aefd090781cb0b384c8d62 Mon Sep 17 00:00:00 2001 From: kean Date: Mon, 6 May 2024 19:28:01 -0400 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2de030d..52563cfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ *May 6, 2024* -- Fix https://github.com/kean/Pulse/issues/246 – an issue with concurrenct initialization of `LoggerStore` from multiple threads (workaround: initialize it in app delegate before other code runs) +- Fix https://github.com/kean/Pulse/issues/246 – an issue with concurrent initialization of `LoggerStore` from multiple threads (workaround: initialize it in app delegate before other code runs) - Add `@MainActor` attribute to `RemoteLogger` - Address Swift 6 warnings