diff options
author | Matthew Hodgson <matthew@(none)> | 2014-08-22 16:13:09 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@(none)> | 2014-08-22 16:13:09 +0100 |
commit | a96076f335679fc67790bf9bf0f37577d7aa1abc (patch) | |
tree | 0c2f601a352d3fa4741f6f975ff1137a17ef8be1 /CHANGES.rst | |
parent | Merge branch 'release-v0.0.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-a96076f335679fc67790bf9bf0f37577d7aa1abc.tar.xz |
add 0.0.0 into the changelog, and add dates
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 055f8bc01b..86e78c2881 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ -Changes in synapse 0.0.1 -======================= +Changes in synapse 0.0.1 (2014-08-22) +===================================== + Homeserver: * Completely change the database schema to support generic event types. * Improve presence reliability. @@ -18,3 +19,8 @@ Webclient: * Use the new initial sync API to reduce number of round trips to the homeserver. * Change url scheme to use room aliases instead of room ids where known. * Increase longpoll timeout. + +Changes in synapse 0.0.0 (2014-08-13) +===================================== + + * Initial alpha release |