From 2bcfb402e950d8b1ecc02d7a132f2af24a24331c Mon Sep 17 00:00:00 2001 From: Irene Ryu Date: Wed, 11 Oct 2023 17:35:10 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0887e2d37..98df35c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Changelog - v3 - -## [v3.6.9] (Oct 6 2023) +## [v3.6.10] (Oct 11 2023) ### Fixes: * (in Safari) Display the placeholder of the MessageInput when the input text is cleared * Remove duplicated CSS line +* (in iOS) fix focusing on the chat screen starts from the top in Mobile device +* Move to the top in the ChannelList when the current user but a different peer sends a message + +## [v3.6.9] (Oct 6 2023) +### Fixes: * Able to see the quoted messages regardless of the ReplyType * Improve the types of the function props of `ui/MessageInput` component ```ts