diff --git a/CHANGELOG.md b/CHANGELOG.md index 880d1906fe..4ed8ec41c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## StreamChatUI ### 🐞 Fixed -- Do not re-displaying suggestion view on each character change [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) -- Reduce suggestion view height updates while scrolling it [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) +- Do not re-display suggestion view on each character change [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) +- Fix command suggestions not appearing [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) +- Reduce suggestion view height updates while scrolling [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) +### 🔄 Changed +- Replace `updateCommandSuggestions()` and `updateMentionSuggestions()` with `updateSuggestions()` in `ChatSuggestionVC` [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215) # [4.55.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.55.0) _May 13, 2024_