Prepare 0.33.1

pull/14/head
Richard van der Hoff 6 years ago
parent 50d9d97408
commit 14a4e7d5a4
  1. 10
      CHANGES.rst
  2. 1
      changelog.d/3641.bugfix
  3. 1
      changelog.d/3642.bugfix
  4. 2
      synapse/__init__.py

@ -1,3 +1,13 @@
Synapse 0.33.1 (2018-08-02)
===========================
Bugfixes
--------
- Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_)
- Fix a potential issue where users could see events in private joins before they joined (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_)
Synapse 0.33.0 (2018-07-19)
===========================

@ -1 +0,0 @@
Fix a potential issue where servers could request events for rooms they have not joined.

@ -1 +0,0 @@
Fix a potential issue where users could see events in private joins before they joined

@ -17,4 +17,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.33.0"
__version__ = "0.33.1"

Loading…
Cancel
Save