diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-19 17:16:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-19 17:16:56 +0100 |
commit | 2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9 (patch) | |
tree | 3184c8b912fdf11d29f7254ab879447f677e353b /CHANGES.rst | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.0 (diff) | |
download | synapse-2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9.tar.xz |
Bump version and changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 50f123b379..4dcaf1170d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Changes in synapse v0.18.0-rc1 (2016-09-16) -=========================================== +Changes in synapse v0.18.0 (2016-09-19) +======================================= The release includes major changes to the state storage database schemas, which significantly reduce database size. Synapse will attempt to upgrade the current @@ -9,6 +9,19 @@ want to consider migrating to using Postgres before upgrading very large SQLite daabases +Changes: + +* Make public room search case insensitive (PR #1127) + + +Bug fixes: + +* Fix and clean up publicRooms pagination (PR #1129) + + +Changes in synapse v0.18.0-rc1 (2016-09-16) +=========================================== + Features: * Add ``only=highlight`` on ``/notifications`` (PR #1081) |