diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-10-18 11:46:11 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-10-18 11:46:11 +0100 |
commit | 8f0997d17d9db94bbe706b9d32c91694e3883e42 (patch) | |
tree | 2ff62894df545a6e496efe6544d83251a35d188a /CHANGES.rst | |
parent | fix timestamps some more (diff) | |
download | synapse-8f0997d17d9db94bbe706b9d32c91694e3883e42.tar.xz |
improve changelog slightly
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0645dca127..08efbbf244 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,16 +5,18 @@ Webclient: Changes in synpase 0.4.0 (2014-10-17) ===================================== -This server includes changes to the federation protocol that is not backwards -compatible. +This release includes changes to the federation protocol and client-server API +that is not backwards compatible. -The Matrix specification has been moved to a separate git repository. +The Matrix specification has been moved to a separate git repository: +http://github.com/matrix-org/matrix-doc You will also need an updated syutil and config. See UPGRADES.rst. Homeserver: - * Sign federation transactions. - * Rename timestamp keys in PDUs. + * Sign federation transactions to assert strong identity over federation. + * Rename timestamp keys in PDUs and events from 'ts' and 'hsob_ts' to 'origin_server_ts'. + Changes in synapse 0.3.4 (2014-09-25) ===================================== |