diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-19 13:46:39 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-19 13:46:39 +0000 |
commit | 894a89d99b939a36c4547bcda2af59fdfe380e3d (patch) | |
tree | 4245c1a612a8ac3d14d7679ed7c94d7cf5c789a9 /CHANGES.rst | |
parent | Merge branch 'release-v0.7.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-894a89d99b939a36c4547bcda2af59fdfe380e3d.tar.xz |
Update CHANGES.rst with missing changes v0.7.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d4474ca5e4..0ccf4c004c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changes in synapse v0.7.1 (2015-02-19) ====================================== +* Initial alpha implementation of parts of the Application Services API. + Including: + + - AS Registration / Unregistration + - User Query API + - Room Alias Query API + - Push transport for receiving events. + - User/Alias namespace admin control + * Add cache when fetching events from remote servers to stop repeatedly fetching events with bad signatures. * Respect the per remote server retry scheme when fetching both events and |