diff options
author | Erik Johnston <erik@matrix.org> | 2015-03-02 13:39:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-03-02 13:39:22 +0000 |
commit | 4195e55ccc0f5751b13136b8c5f60686a902b79d (patch) | |
tree | d9e1596e1ecf6cfd6a3e7152a20748496a9e0890 /CHANGES.rst | |
parent | Use contextlib.contextmanager instead of a custom class (diff) | |
parent | Merge pull request #95 from matrix-org/serialize_transaction_processing (diff) | |
download | synapse-4195e55ccc0f5751b13136b8c5f60686a902b79d.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into federation_rate_limit
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9e36f6232d..ecc30b4672 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changes in synapse vx.x.x (x-x-x) * Add support for registration fallback. This is a page hosted on the server which allows a user to register for an account, regardless of what client they are using (e.g. mobile devices). +* Application services can now poll on the CS API ``/events`` for their events, + by providing their application service ``access_token``. Changes in synapse v0.7.1 (2015-02-19) ====================================== |