mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
changelog a bump version
This commit is contained in:
parent
c6b1441c52
commit
0eb4722932
10
CHANGES.rst
10
CHANGES.rst
@ -1,3 +1,13 @@
|
|||||||
|
Changes in synapse v0.31.1 (2018-06-08)
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
This release fixes a security bug where event visibility rules were not
|
||||||
|
applied correctly to ``get_missing_events``.
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
|
||||||
|
* Fix event filtering in get_missing_events handler (PR #3371)
|
||||||
|
|
||||||
Changes in synapse v0.31.0 (2018-06-06)
|
Changes in synapse v0.31.0 (2018-06-06)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.31.0"
|
__version__ = "0.31.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user