From 3c9942acf57847bac6746636d23084c96e0500d1 Mon Sep 17 00:00:00 2001 From: Toomas Vahter Date: Thu, 12 Sep 2024 09:16:49 +0300 Subject: [PATCH] Fix PR link in the CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec66047773..1f772c3d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Channel watching did not resume on web-socket reconnection [#3409](https://github.com/GetStream/stream-chat-swift/pull/3409) ### 🔄 Changed - Discard offline state changes when saving database changes fails [#3399](https://github.com/GetStream/stream-chat-swift/pull/3399) -- Deprecate `Filter.notEqual` and `Filter.notIn` [#3413](https://github.com/GetStream/stream-chat-swift/pull/3413) +- Deprecate `Filter.notEqual` and `Filter.notIn` [#3414](https://github.com/GetStream/stream-chat-swift/pull/3414) ## StreamChatUI ### ✅ Added