changelog

This commit is contained in:
Amber Brown 2018-08-21 03:48:55 +10:00
parent 23d7e63a4a
commit 3b5b64ac99
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Synapse 0.33.3rc2 (2018-08-21)
==============================
Bugfixes
--------
- Fix bug in v0.33.3rc1 which caused infinite loops and OOMs ([\#3723](https://github.com/matrix-org/synapse/issues/3723))
Synapse 0.33.3rc1 (2018-08-21)
==============================

View file

@ -1 +0,0 @@
Fix bug in v0.33.3rc1 which caused infinite loops and OOMs

View file

@ -17,4 +17,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.33.3rc1"
__version__ = "0.33.3rc2"