summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-05 13:01:14 +0100
committerErik Johnston <erik@matrix.org>2016-09-05 13:01:14 +0100
commitf12993ec16b57a14f6d304f9cfa5dd50747168a9 (patch)
treede6414869cd666f18aec886ecd525a2031b7c238 /CHANGES.rst
parentMerge pull request #1068 from matrix-org/erikj/bulk_push (diff)
downloadsynapse-f12993ec16b57a14f6d304f9cfa5dd50747168a9.tar.xz
Bump changelog and version
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 49673ccce4..cc64d3adb1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,29 @@
+Changes in synapse v0.17.2-rc1 (2016-09-05)
+===========================================
+
+Features:
+
+* Start adding store-and-forward direct-to-device messaging (PR #1046, #1050,
+  #1062, #1066)
+
+
+Changes:
+
+* Avoid pulling the full state of a room out so often (PR #1047, #1049, #1063,
+  #1068)
+* Don't notify for online to online presence transitions. (PR #1054)
+* Occaisonally persist unpersisted presence updates (PR #1055)
+* Allow application services to have an optional 'url' (PR #1056)
+* Clean up old sent transactions from DB (PR #1059)
+
+
+Bug fixes:
+
+* Fix None check in backfill (PR #1043)
+* Fix membership changes to be idempotent (PR #1067)
+
+
+
 Changes in synapse v0.17.1 (2016-08-24)
 =======================================