From 6f1ca86c5a53eef5c9def0e851883313ce97a57b Mon Sep 17 00:00:00 2001 From: bang9 Date: Tue, 29 Oct 2024 16:00:20 +0900 Subject: [PATCH] chore: update changelog draft --- CHANGELOG_DRAFT.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 8626fa7b..701869ec 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,4 +1,6 @@ -## v3.7.4 +## v3.7.5 -- Removed calls to the `Promise.allSettled` API that were causing issues in some environments. -- Removed the default value of onOpenFileURL to maintain backward compatibility. +- Updated Android permissions to comply with Google Play Store policies +- Fixed an issue where images were not visible in the file viewer due to z-index conflicts in the new architecture +- Fixed an issue where reactions could not be added or removed correctly +- Fixed an issue with scroll behavior during message streaming in bot chats for smoother scrolling