mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Bump version and changelog
This commit is contained in:
parent
9ac98197bb
commit
771c8a83c7
2 changed files with 14 additions and 1 deletions
13
CHANGES.rst
13
CHANGES.rst
|
@ -1,3 +1,16 @@
|
|||
Changes in synapse v0.21.0-rc2 (2017-05-08)
|
||||
===========================================
|
||||
|
||||
Changes:
|
||||
|
||||
* Always mark remotes as up if we receive a signed request from them (PR #2190)
|
||||
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix bug where users got pushed for rooms they had muted (PR #2200)
|
||||
|
||||
|
||||
Changes in synapse v0.21.0-rc1 (2017-05-08)
|
||||
===========================================
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.21.0-rc1"
|
||||
__version__ = "0.21.0-rc2"
|
||||
|
|
Loading…
Reference in a new issue