Add missing line

This commit is contained in:
Neil Alexander 2022-09-09 14:36:13 +01:00
parent 221f21be69
commit 51444a49c0
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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