diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-11 17:10:01 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-11 17:10:01 +0100 |
commit | 97174780ce726962ca1beb3788b62f16e9fad270 (patch) | |
tree | e6e16b3fc40db3bf8d5bece185c1876b7e7f0cb1 /CHANGES.md | |
parent | Merge pull request #5424 from matrix-org/erikj/change_password_reset_links (diff) | |
download | synapse-97174780ce726962ca1beb3788b62f16e9fad270.tar.xz |
1.0.0 v1.0.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index f4a3ab71ca..1b827c8079 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,24 @@ +Synapse 1.0.0 (2019-06-11) +========================== + +Bugfixes +-------- + +- Fix bug where attempting to send transactions with large number of EDUs can fail. ([\#5418](https://github.com/matrix-org/synapse/issues/5418)) + + +Improved Documentation +---------------------- + +- Expand the federation guide to include relevant content from the MSC1711 FAQ ([\#5419](https://github.com/matrix-org/synapse/issues/5419)) + + +Internal Changes +---------------- + +- Move password reset links to /_matrix/client/unstable namespace. ([\#5424](https://github.com/matrix-org/synapse/issues/5424)) + + Synapse 1.0.0rc3 (2019-06-10) ============================= |