diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-28 13:34:39 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-28 13:34:44 +0100 |
commit | 2254e6790f4a89c3d8450912bd02fd48d671c92e (patch) | |
tree | 5079c397821dab6f70dd0200a4c435c1b1d91db7 | |
parent | 1.39.0rc3 (diff) | |
download | synapse-2254e6790f4a89c3d8450912bd02fd48d671c92e.tar.xz |
Fixup changelog v1.39.0rc3
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 975394b476..b512d9ff3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,9 @@ Synapse 1.39.0rc3 (2021-07-28) Bugfixes -------- -- Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. ([\#10477](https://github.com/matrix-org/synapse/issues/10477)) +- Fix a bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. ([\#10477](https://github.com/matrix-org/synapse/issues/10477)) - Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. ([\#10485](https://github.com/matrix-org/synapse/issues/10485)) -- Fix reporting old R30 stats as R30v2 stats. ([\#10486](https://github.com/matrix-org/synapse/issues/10486)) +- Fix reporting old R30 stats as R30v2 stats. Introduced in v1.39.0rc1. ([\#10486](https://github.com/matrix-org/synapse/issues/10486)) Internal Changes |