From 32d946da2a512df7dfe758ab9ae850ea57f286b0 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 24 Jan 2022 15:19:37 +0530 Subject: [PATCH] chore(ui): Update CHANGELOG.md. Signed-off-by: xsahil03x --- packages/stream_chat_flutter/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/stream_chat_flutter/CHANGELOG.md b/packages/stream_chat_flutter/CHANGELOG.md index 8980e7af..135ee46c 100644 --- a/packages/stream_chat_flutter/CHANGELOG.md +++ b/packages/stream_chat_flutter/CHANGELOG.md @@ -2,8 +2,9 @@ 🐞 Fixed -- SVG rendering fixes -- Use file extension instead of mimeType for downloading files +- SVG rendering fixes. +- Use file extension instead of mimeType for downloading files. +- [[#860]](https://github.com/GetStream/stream-chat-flutter/issues/860) CastError while compressing Videos. ✅ Added @@ -23,7 +24,7 @@ 🐞 Fixed -- [[#766]]`AttachmentActionsModal` now has customisation options for actions. +- [[#766]](https://github.com/GetStream/stream-chat-flutter/issues/766) `AttachmentActionsModal` now has customisation options for actions. - Fixed `MessageWidget` null errors associated with `channel.memberCount`. - Fixed adding attachments on web. - [[#767]](https://github.com/GetStream/stream-chat-flutter/issues/767): Fix `MessageInput` focus behaviour when sending messages.