diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-17 20:26:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-17 20:26:26 +0100 |
commit | 71e6a94af76dbaea592b66c2c065f19f9ef57cb0 (patch) | |
tree | 1b1f490e88ac1853bef28c4b3070f28f787d18d3 /CHANGES.rst | |
parent | Bump database version number. (diff) | |
download | synapse-71e6a94af76dbaea592b66c2c065f19f9ef57cb0.tar.xz |
Bump version and changelog
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) ===================================== |