summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-01-30 14:19:52 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-30 14:19:52 +0000
commita4f52a33fefc537eeb1829773f2dbdbdaa246d1f (patch)
tree777279fa6fd2f695f5cb6741b54818622df1c219 /changelog.d
parentACME config cleanups (#4525) (diff)
downloadsynapse-a4f52a33fefc537eeb1829773f2dbdbdaa246d1f.tar.xz
Fix replication for room v3 (#4523)
* Fix replication for room v3

We were not correctly quoting the path fragments over http replication,
which meant that it exploded when the event IDs had a slash in them

* Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4523.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4523.feature b/changelog.d/4523.feature
new file mode 100644
index 0000000000..9538c64f08
--- /dev/null
+++ b/changelog.d/4523.feature
@@ -0,0 +1 @@
+Add support for room version 3