From 51444a49c02eb5fdf0d20c3c5148e0f4284a6aa2 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 9 Sep 2022 14:36:13 +0100 Subject: [PATCH] Add missing line --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2fc515b4b..040a9fa23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ ### Fixes * A race condition between the roomserver output events being generated, forward extremities being updated and room info being updated has been fixed +* Appservices will no longer receive invite events which they are not interested in, which caused heavy load in some cases or excessive request sizes in others * A bug in state resolution v2 where events could incorrectly be classified as control events has been fixed * A bug in state resolution v2 where some specific events with unexpected non-empty state keys are dropped has been fixed * A bug in state resolution v2 when fetching auth events vs partial state has been fixed