diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-09 13:25:48 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-09 13:25:48 +0000 |
commit | d773290cb1d015f0debe5f64f4e495612cf1da60 (patch) | |
tree | 33a7294ddad2c3fbbcbbd7b4831b6813176515dd /CHANGES.md | |
parent | Merge pull request #6664 from matrix-org/erikj/media_admin_apis (diff) | |
parent | Fixup changelog (diff) | |
download | synapse-d773290cb1d015f0debe5f64f4e495612cf1da60.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 24da66c596..bdc03e67d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.8.0 (2020-01-09) +========================== + +Bugfixes +-------- + +- Fix `GET` request on `/_synapse/admin/v2/users` endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. ([\#6563](https://github.com/matrix-org/synapse/issues/6563)) +- Fix incorrect signing of responses from the key server implementation. ([\#6657](https://github.com/matrix-org/synapse/issues/6657)) + + Synapse 1.8.0rc1 (2020-01-07) ============================= |