Skip to content

Commit c93c5e1

Browse files
update changelog
1 parent c84b4e9 commit c93c5e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5-
* [Internal] Instantiate Kotlin Kermit logger directly.
5+
* [Internal] Instantiate the Kotlin Kermit logger directly.
6+
* Added support for Swift 6 strict concurrency checking.
7+
* *Potential Breaking Change*: Attachment helpers have been updated to better support Swift 6 strict concurrency checking. `Actor` isolation is improved, but developers who customize or extend `AttachmentQueue` will need to update their implementations. The default instantiation of `AttachmentQueue` remains unchanged.
8+
`AttachmentQueueProtocol` now defines the basic requirements for an attachment queue, with most base functionality provided via an extension. Custom implementations should extend `AttachmentQueueProtocol`.
69

710
## 1.4.0
811

0 commit comments

Comments
 (0)