Fixup changelog

This commit is contained in:
Brendan Abolivier 2021-08-04 17:14:55 +01:00
parent 167335bd3d
commit cc1cb0ab54
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -5,7 +5,7 @@ Bugfixes
--------
- Fix the `PeriodicallyFlushingMemoryHandler` inhibiting application shutdown because of its background thread. ([\#10517](https://github.com/matrix-org/synapse/issues/10517))
- Fix a bug introduced in Synapse v1.40.0rc1 that could cause Synapse to respond with an error when clients would update their a receipts. ([\#10531](https://github.com/matrix-org/synapse/issues/10531))
- Fix a bug introduced in Synapse v1.40.0rc1 that could cause Synapse to respond with an error when clients would update read receipts. ([\#10531](https://github.com/matrix-org/synapse/issues/10531))
Internal Changes