From 0b3cc1260a225a77e83f30ec688007ee421f2d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 19 Jun 2025 10:05:17 +0200 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd8cfa4b..aa2aa50a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ v2.0.0 to a previous version is not possible without losing the session. - fix: Do not set read markers for sending events (Christian Kußowski) - fix: fix compile error related to MxcImage (gilice) - fix: Forward last version of events when forwarding (Christian Kußowski) +- fix: Ban button displayed for already banned users (Christian Kußowski) +- fix: Route back to room list after leaving a chat (Christian Kußowski) - build: Switch to matrix sdk 1.0.0 (Christian Kußowski) - build: Upgrade flutter to 3.32.2 (krille-chan) - build: Update to flutter 3.32.4 (Christian Kußowski)