0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 20:48:20 +02:00

v0.99.0rc3

This commit is contained in:
Richard van der Hoff 2019-01-31 18:35:38 +00:00
parent 07dfe148de
commit 85129d7068
5 changed files with 22 additions and 4 deletions

View file

@ -1,3 +1,24 @@
Synapse 0.99.0rc3 (2019-01-31)
==============================
Bugfixes
--------
- Fix infinite loop when an event is redacted in a v3 room ([\#4535](https://github.com/matrix-org/synapse/issues/4535))
Improved Documentation
----------------------
- Update debian installation instructions ([\#4526](https://github.com/matrix-org/synapse/issues/4526))
Internal Changes
----------------
- Add some debug for membership syncing issues ([\#4538](https://github.com/matrix-org/synapse/issues/4538))
Synapse 0.99.0rc2 (2019-01-30)
==============================

View file

@ -1 +0,0 @@
Update debian installation instructions

View file

@ -1 +0,0 @@
Fix infinite loop when an event is redacted in a v3 room

View file

@ -1 +0,0 @@
Add some debug for membership syncing issues

View file

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