diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-09 11:39:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-09 11:39:29 +0000 |
commit | 24b2c940fb657270bfbe3d7a18c5e9363c42663d (patch) | |
tree | 07b13455abf81b6981686ead4ffc1a564983b1fa /CHANGES.md | |
parent | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) (diff) | |
download | synapse-24b2c940fb657270bfbe3d7a18c5e9363c42663d.tar.xz |
1.8.0
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 df94f742c0..e33e0d7f07 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) ============================= |