From 5cb8a62e9dc030b3ec47aa31fa943e5bac8ab213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Thu, 22 Feb 2024 13:43:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4755ebc60..b15081f27ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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