forked from MirrorHub/synapse
Bump version and changelog
This commit is contained in:
parent
4a6d894850
commit
5371c2a1f7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Changes in synapse v0.10.0-rc5 (2015-08-27)
|
||||
===========================================
|
||||
|
||||
* Fix bug that broke downloading files with ascii filenames across federation.
|
||||
|
||||
Changes in synapse v0.10.0-rc4 (2015-08-27)
|
||||
===========================================
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.10.0-rc4"
|
||||
__version__ = "0.10.0-rc5"
|
||||
|
|
Loading…
Reference in a new issue