diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:48:18 +0000 |
commit | c482d458221945d56dec1762c27205d229255eb3 (patch) | |
tree | a35901b9f7ce8bc800279d35f126e481c9b1c768 /CHANGES.md | |
parent | Improve signature checking on some federation APIs (#6262) (diff) | |
download | synapse-c482d458221945d56dec1762c27205d229255eb3.tar.xz |
1.5.0rc2 v1.5.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index d438c5272a..c59b139eae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +Synapse 1.5.0rc2 (2019-10-28) +============================= + +Bugfixes +-------- + +- Update list of boolean columns in `synapse_port_db`. ([\#6247](https://github.com/matrix-org/synapse/issues/6247)) +- Fix /keys/query API on workers. ([\#6256](https://github.com/matrix-org/synapse/issues/6256)) +- Improve signature checking on some federation APIs. ([\#6262](https://github.com/matrix-org/synapse/issues/6262)) + + +Internal Changes +---------------- + +- Move schema delta files to the correct data store. ([\#6248](https://github.com/matrix-org/synapse/issues/6248)) +- Small performance improvement by removing repeated config lookups in room stats calculation. ([\#6255](https://github.com/matrix-org/synapse/issues/6255)) + + Synapse 1.5.0rc1 (2019-10-24) ========================== |