diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-27 14:59:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-27 14:59:46 +0100 |
commit | 8e132fe64e38bf2fa979beac232ea06bdd455723 (patch) | |
tree | 3e1f488a059a670068468f44c55aa4df9aee059b /CHANGES.md | |
parent | Fix up `BatchingQueue` (#10078) (diff) | |
parent | 1.35.0rc2 (diff) | |
download | synapse-8e132fe64e38bf2fa979beac232ea06bdd455723.tar.xz |
Merge tag 'v1.35.0rc2' into develop
Synapse 1.35.0rc2 (2021-05-27) ============================== Bugfixes -------- - Fix a bug introduced in v1.35.0rc1 when calling the spaces summary API via a GET request. ([\#10079](https://github.com/matrix-org/synapse/issues/10079))
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 0e451f983c..1fac16580d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.35.0rc2 (2021-05-27) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in v1.35.0rc1 when calling the spaces summary API via a GET request. ([\#10079](https://github.com/matrix-org/synapse/issues/10079)) + + Synapse 1.35.0rc1 (2021-05-25) ============================== |