summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-02 17:15:17 +0000
committerErik Johnston <erik@matrix.org>2017-02-02 17:15:17 +0000
commit82b3e0851c1bd8569a37231d9dac7430294b8096 (patch)
tree81e4bb44c2d6835837e01799637f1bf1b5ddfc88 /CHANGES.rst
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff)
downloadsynapse-82b3e0851c1bd8569a37231d9dac7430294b8096.tar.xz
Bump version and changelog v0.19.0-rc3
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8473d7d48c..a2b1023e78 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,11 @@
+Changes in synapse v0.19.0-rc3 (2017-02-03)
+===========================================
+
+* Fix email push in pusher worker (PR #1875)
+* Make presence.get_new_events a bit faster (PR #1876)
+* Make /keys/changes a bit more performant (PR #1877)
+
+
 Changes in synapse v0.19.0-rc2 (2017-02-02)
 ===========================================
 
@@ -10,18 +18,19 @@ Changes in synapse v0.19.0-rc1 (2017-02-02)
 Features:
 
 * Add support for specifying multiple bind addresses (PR #1709, #1712, #1795,
-  #1835)
+  #1835). Thanks to @kyrias!
 * Add /account/3pid/delete endpoint (PR #1714)
 * Add config option to configure the Riot URL used in notification emails (PR
-  #1811)
-* Add username and password config options for turn server (PR #1832)
+  #1811). Thanks to @aperezdc!
+* Add username and password config options for turn server (PR #1832). Thanks
+  to @xsteadfastx!
 * Implement device lists updates over federation (PR #1857, #1861, #1864)
 * Implement /keys/changes (PR #1869, #1872)
 
 
 Changes:
 
-* Improve IPv6 support (PR #1696)
+* Improve IPv6 support (PR #1696). Thanks to @kyrias and @glyph!
 * Log which files we saved attachments to in the media_repository (PR #1791)
 * Linearize updates to membership via PUT /state/ to better handle multiple
   joins (PR #1787)