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 10:15:32 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-10 10:15:32 +0000
commitdb0fee738dde328c52810613f77126f25b472063 (patch)
tree6c92a9e74c77bcd24d513ab4d1b3d46ca58acc29 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.10.0' into develop (diff)
parent1.10.0rc3 (diff)
downloadsynapse-db0fee738dde328c52810613f77126f25b472063.tar.xz
Merge tag 'v1.10.0rc3' into develop
Synapse 1.10.0rc3 (2020-02-10)
==============================

Features
--------

- Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878))

Internal Changes
----------------

- Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library. ([\#6880](https://github.com/matrix-org/synapse/issues/6880))
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6880.misc1
1 files changed, 0 insertions, 1 deletions
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.