diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-02 17:45:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-02 17:45:40 +0000 |
commit | 23a2c42469ab7af46ffb44de2bfeae1240930a22 (patch) | |
tree | 71d2c11abaf70aaec335732d9451757c5eec7fc2 /CHANGES.rst | |
parent | SYN-187: Set a more sensible default for the content_addr (diff) | |
download | synapse-23a2c42469ab7af46ffb44de2bfeae1240930a22.tar.xz |
Bump version v0.5.3c
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 6779a36f72..477a404721 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Changes in synapse 0.5.3c (2014-12-02) +====================================== + + * Change the default value for the `content_addr` option to use the HTTP + listener, as by default the HTTPS listener will be using a self-signed + certificate. + Changes in synapse 0.5.3 (2014-11-27) ===================================== |