Update changelog

This commit is contained in:
Erik Johnston 2017-02-02 11:10:41 +00:00
parent cc01eae332
commit bfe3f5815f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Changes in synapse v0.19.0-rc2 (2017-02-02)
===========================================
* Include newly joined users in /keys/changes API (PR #1872)
Changes in synapse v0.19.0-rc1 (2017-02-02)
===========================================

View File

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