Bump changelog and version
This commit is contained in:
parent
aec1708c53
commit
84f600b2ee
|
@ -1,4 +1,10 @@
|
||||||
Changes in synapse v0.19.0-rc3 (2017-02-03)
|
Changes in synapse v0.19.0-rc4 (2017-02-02)
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
* Bump cache sizes for common membership queries (PR #1879)
|
||||||
|
|
||||||
|
|
||||||
|
Changes in synapse v0.19.0-rc3 (2017-02-02)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
* Fix email push in pusher worker (PR #1875)
|
* Fix email push in pusher worker (PR #1875)
|
||||||
|
|
|
@ -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.19.0-rc3"
|
__version__ = "0.19.0-rc4"
|
||||||
|
|
Loading…
Reference in New Issue