diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:14:55 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:14:55 +0100 |
commit | cc1cb0ab54654b1a1d938ae464a3471dd1b588a5 (patch) | |
tree | 933f57caec7eb22bc0a675461120688e990e3f88 /CHANGES.md | |
parent | Fixup changelog (diff) | |
download | synapse-cc1cb0ab54654b1a1d938ae464a3471dd1b588a5.tar.xz |
Fixup changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 052ab49599..7d3bdebbde 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 |