diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-12-14 16:26:59 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-12-14 16:26:59 +0000 |
commit | 63fdd9fe0bc5ed3aabe27af7e082d697e4863c83 (patch) | |
tree | 1c5bad28a99f368a47ba26ccb20efb5c85c9dbe7 /CHANGES.rst | |
parent | Merge pull request #444 from matrix-org/markjh/presence_race (diff) | |
download | synapse-63fdd9fe0bc5ed3aabe27af7e082d697e4863c83.tar.xz |
Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f81a51dc7f..6f427f677b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Changes in synapse v0.12.0-rc2 (2015-12-14) +=========================================== + +* Add caches for whether rooms have been forgotten by a user (PR #434) +* Remove instructions to use ``--process-dependency-link`` since all of the + dependencies of synapse are on PyPI (PR #436) +* Parallelise the processing of ``/sync`` requests (PR #437) +* Fix race updating presence in ``/events`` (PR #444) +* Fix bug back-populating search results (PR #441) +* Fix bug calculating state in ``/sync`` requests (PR #442) + Changes in synapse v0.12.0-rc1 (2015-12-10) =========================================== |