This commit is contained in:
Erik Johnston 2019-06-11 17:10:01 +01:00
parent 9532eb55ec
commit 97174780ce
6 changed files with 28 additions and 4 deletions

View file

@ -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)
=============================

View file

@ -1 +0,0 @@
Fix bug where attempting to send transactions with large number of EDUs can fail.

View file

@ -1 +0,0 @@
Expand the federation guide to include relevant content from the MSC1711 FAQ

View file

@ -1 +0,0 @@
Move password reset links to /_matrix/client/unstable namespace.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.0.0) stable; urgency=medium
* New synapse release 1.0.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 11 Jun 2019 17:09:53 +0100
matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
* New synapse release 0.99.5.2.

View file

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "1.0.0rc3"
__version__ = "1.0.0"