summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-04 16:33:56 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-04 16:33:56 +0200
commit15aa09bbe661eca31c7dc326703098c2c74e7a7a (patch)
tree86955d167a59b0a55b6a9ebad821031d6e9cc0e5 /changelog.d
parentConvert the room handler to async/await. (#7396) (diff)
parentFix ordering in MANIFEST.in (diff)
downloadsynapse-15aa09bbe661eca31c7dc326703098c2c74e7a7a.tar.xz
Merge branch 'release-v1.13.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7401.feature1
-rw-r--r--changelog.d/7404.misc1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/7401.feature b/changelog.d/7401.feature
new file mode 100644
index 0000000000..ce6140fdd1
--- /dev/null
+++ b/changelog.d/7401.feature
@@ -0,0 +1 @@
+Add support for running replication over Redis when using workers.
diff --git a/changelog.d/7404.misc b/changelog.d/7404.misc
new file mode 100644
index 0000000000..9ac17958cc
--- /dev/null
+++ b/changelog.d/7404.misc
@@ -0,0 +1 @@
+Fix issues with the Python package manifest.