summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
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)