From b9a718c293e958870c2d5bc655bba8fcf3efdf86 Mon Sep 17 00:00:00 2001 From: Toomas Vahter Date: Fri, 19 Jul 2024 14:58:08 +0300 Subject: [PATCH] Add CHANGELOG entry for LazyCachedMapCollection crash fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1390ce4769..23672e5054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ _July 18, 2024_ ### 🐞 Fixed - Improve the stability of the reconnection process [#3303](https://github.com/GetStream/stream-chat-swift/pull/3303) - Fix invalid token errors considered as recoverable errors [#3303](https://github.com/GetStream/stream-chat-swift/pull/3303) +- Fix crashes in `LazyCachedMapCollection` when logging out an user [3299](https://github.com/GetStream/stream-chat-swift/pull/3299) ### 🔄 Changed - Dropped iOS 12 support [#3285](https://github.com/GetStream/stream-chat-swift/pull/3285) - Increase QoS for `Throttler` and `Debouncer` to `utility` [#3297](https://github.com/GetStream/stream-chat-swift/issues/3297)