From 8c24dd0fba3ce74b96ca21cdda4510943a618388 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 10 Mar 2021 21:55:59 +0100 Subject: [PATCH] Add entry in changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2bf6249423..c4d4c00980 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ Improvements 🙌: - Pre-share session keys when opening a room or start typing (#2771) - Sending is now queuing by room and not uniquely to the session - Improve Snackbar duration (#2929) + - Improve sending message state (#2937) Bugfix 🐛: - Try to fix crash about UrlPreview (#2640)