From 3c3e8466a09067ffaf11bb1372b1629d43fbaf9e Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 28 Jan 2026 12:48:22 +0000 Subject: [PATCH] Fix to changelog. --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b97d15a2a..d285b18f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,13 +3,11 @@ ### What's Changed ✨ Features -* Space filters by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4977 * Horizontally scrollable code blocks by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/5001 🙌 Improvements * Improved Create Room snapshots by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4962 * Use more Liquid Glass in the room/space screen toolbars by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4965 -* Remove "history may be shared banner" by @kaylendog in https://github.com/element-hq/element-x-ios/pull/4999 🐛 Bugfixes * Set a custom user agent on the Element Call web view by @subnix in https://github.com/element-hq/element-x-ios/pull/4973 @@ -30,12 +28,14 @@ * Create space flow by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4957 * Add the initial implementation for managing spaces. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4963 * Display a badge for messages decrypted using shared keys. by @kaylendog in https://github.com/element-hq/element-x-ios/pull/4937 +* Space filters by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4977 * Add space management to the flows. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4978 * Replace a debugging visibility check with the real condition. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4982 * Add the empty state to SpaceScreen. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4985 * Create room with space selection by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4972 * Create a room in a selected space by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4984 * Make sure the selected/available rooms are updated when adding space children fails part way through. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4997 +* Remove "history may be shared banner" by @kaylendog in https://github.com/element-hq/element-x-ios/pull/4999 Others * Tidy up the naming of spaces a bit more. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4955