diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-17 21:04:07 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-17 21:04:07 +0100 |
commit | f1ddbfaae42f6be373b52aa0cce66901bdad697a (patch) | |
tree | 04b2f39c91ec6098ffe3b380442787ac3ce2908f /CHANGES.rst | |
parent | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... (diff) | |
parent | Check that we have auth headers and fail nicely (diff) | |
download | synapse-f1ddbfaae42f6be373b52aa0cce66901bdad697a.tar.xz |
Merge branch 'release-v0.4.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5b05900daf..dab9285f3b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ -Changes in latest -================= -This breaks federation becuase of signing +Changes in synpase 0.4.0 (2014-10-17) +===================================== +This server includes changes to the federation protocol that is not backwards +compatible. + +The Matrix specification has been moved to a seperate git repository. + +Homeserver: + * Sign federation transactions. + * Rename timestamp keys in PDUs. Changes in synapse 0.3.4 (2014-09-25) ===================================== |