Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Feb 27, 2024
1 parent e980cc7 commit 5cb8a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@

### ⚠️ Changed
- 🚨Breaking change: Changed `MessagePositionHandler.handleMessagePosition` signature. [#5168](https://github.com/GetStream/stream-chat-android/pull/5168)
* Added `isInThread: Boolean` parameter.
* Added `isInThread: Boolean` parameter.
- Deprecated `AttachmentSelectionListener` class, use `AttachmentsSelectionListener` instead. [#5178](https://github.com/GetStream/stream-chat-android/pull/5178)

### ❌ Removed

Expand All @@ -89,6 +90,7 @@
* `OnReactionViewClickListener` and `MessageListView.setOnReactionViewClickListener`
* `OnUserReactionClickListener` and `MessageListView.setOnUserReactionClickListener`
- Added `messageBuilder` parameter to `MessageComposerViewModel.bindView` to allow customizing the message builder. [#5169](https://github.com/GetStream/stream-chat-android/pull/5169)
- Added `MessageComposerView.attachmentsPickerDialogBuilder` lambda that allow you to create your own Picker Dialog. [#5178](https://github.com/GetStream/stream-chat-android/pull/5178)

### ⚠️ Changed

Expand Down

0 comments on commit 5cb8a62

Please sign in to comment.