From 3e76513381c52b423bc86533ac601c463600b7b3 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 7 Apr 2022 15:11:06 +0100 Subject: [PATCH] Update changelog again --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 333f22404..ad8590560 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,8 @@ * Support for presence has been added * Presence is not enabled by default * The `global.presence.enable_inbound` and `global.presence.enable_outbound` configuration options allow configuring inbound and outbound presence separately -* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added +* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added (contributed by [DavidSpenler](https://github.com/DavidSpenler), [alexkursell](https://github.com/alexkursell)) +* Support for ignoring users has been added * Joined and invite user counts are now sent in the `/sync` room summaries * Queued federation and stale device list updates will now be staggered at startup over an up-to 2 minute warm-up period, rather than happening all at once * Memory pressure created by the sync notifier has been reduced