Bump version and changelog

This commit is contained in:
Erik Johnston 2016-09-19 17:16:56 +01:00
parent ddfcdd4778
commit 2b8ff4659f
2 changed files with 16 additions and 3 deletions

View file

@ -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 The release includes major changes to the state storage database schemas, which
significantly reduce database size. Synapse will attempt to upgrade the current 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 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: Features:
* Add ``only=highlight`` on ``/notifications`` (PR #1081) * Add ``only=highlight`` on ``/notifications`` (PR #1081)

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server. """ This is a reference implementation of a Matrix home server.
""" """
__version__ = "0.18.0-rc1" __version__ = "0.18.0"