diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d5de1e74f..a6ee36f732c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Upcoming ### ✅ Added -- Add support for slow mode. Documentation [here](https://getstream.io/chat/docs/javascript/slow_mode/?language=swift) [#859](https://github.com/GetStream/stream-chat-swift/issues/859) +- Add support for slow mode. See more info in the [documentation](https://getstream.io/chat/docs/javascript/slow_mode/?language=swift) [#859](https://github.com/GetStream/stream-chat-swift/issues/859) +- Add support for channel truncating [#864](https://github.com/GetStream/stream-chat-swift/issues/864) ### 🔄 Changed - `ChatChannelNamer` is now closure instead of class so it allows better customization of channel naming in `ChatChannelListItemView`.