summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-23 16:57:41 +0000
committerErik Johnston <erik@matrix.org>2016-03-23 16:57:41 +0000
commit15844040c236fd3b7199286533239051c9a9b7ea (patch)
tree2e7eacfb14d787f63047fbffc87066a74cb67206 /CHANGES.rst
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.14.0 (diff)
downloadsynapse-15844040c236fd3b7199286533239051c9a9b7ea.tar.xz
Bump version and changelog v0.14.0-rc2 release-v0.14.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 45d9cf30b2..a85c8d69f8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,24 @@
+Changes in synapse v0.14.0-rc2 (2016-03-23)
+===========================================
+
+Features:
+
+* Add published room list API (PR #657)
+
+Changes:
+
+* Change various caches to consume less memory (PR #656, #658, #660, #662,
+  #663, #665)
+* Allow rooms to be published without requiring an alias (PR #664)
+* Intern common strings in caches to reduce memory footprint (#666)
+
+Bug fixes:
+
+* Fix reject invites over federation (PR #646)
+* Fix bug where registration was not idempotent (PR #649)
+* Update aliases event after deleting aliases (PR #652)
+* Fix unread notification count, which was sometimes wrong (PR #661)
+
 Changes in synapse v0.14.0-rc1 (2016-03-14)
 ===========================================