summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-02-10 09:56:42 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-10 09:56:42 +0000
commit3de57e706209d98a331265e6d5a51bfd24939a3b (patch)
tree4ec32b425f353f6ffe7d37fc6bd467a01ba4ec6d /changelog.d
parentfilter out m.room.aliases from the CS API until a better solution is specced ... (diff)
downloadsynapse-3de57e706209d98a331265e6d5a51bfd24939a3b.tar.xz
1.10.0rc3 v1.10.0rc3
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6878.feature1
-rw-r--r--changelog.d/6880.misc1
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/6878.feature b/changelog.d/6878.feature
deleted file mode 100644
index af3e958a43..0000000000
--- a/changelog.d/6878.feature
+++ /dev/null
@@ -1 +0,0 @@
-Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced.
diff --git a/changelog.d/6880.misc b/changelog.d/6880.misc
deleted file mode 100644
index 8344a6ed1e..0000000000
--- a/changelog.d/6880.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library.