Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 6, 2024
1 parent 4f34c4f commit 32707c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32707c6

Please sign in to comment.