Skip to content
Snippets Groups Projects
Commit 85129d70 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

v0.99.0rc3

parent 07dfe148
No related branches found
No related tags found
No related merge requests found
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) Synapse 0.99.0rc2 (2019-01-30)
============================== ==============================
......
Update debian installation instructions
Fix infinite loop when an event is redacted in a v3 room
Add some debug for membership syncing issues
...@@ -27,4 +27,4 @@ try: ...@@ -27,4 +27,4 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "0.99.0rc2" __version__ = "0.99.0rc3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment