Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
laevandus committed Dec 5, 2024
1 parent 646a10d commit 9369a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## StreamChat
### ✅ Added
- Pinning channels [#3518](https://github.com/GetStream/stream-chat-swift/pull/3518)
- Add `Chat.pin()` and `Chat.unpin()`
- Add `ChatChannelController.pin(completion:)` and `ChatChannelController.unpin(completion:)`
- Pinning channels for the current user [#3518](https://github.com/GetStream/stream-chat-swift/pull/3518)
- Add `Chat.pin(scope:)` and `Chat.unpin(scope:)`
- Add `ChatChannelController.pin(scope:completion:)` and `ChatChannelController.unpin(scope:completion:)`
- Add `FilterKey.pinned` for filtering channel lists
- Add `ChannelListSortingKey.pinnedAt`
- Add `ChatChannel.membership.pinnedAt`
Expand Down

0 comments on commit 9369a7a

Please sign in to comment.