summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-18 10:56:50 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-18 10:56:50 -0400
commitd5f7182ba15647f1c900883b7edbe898e32f012b (patch)
tree38b0abe5ea58126e3e383f720db68f2bc1755ee7 /changelog.d
parentMerge tag 'v1.19.3' into release-v1.20.0 (diff)
downloadsynapse-d5f7182ba15647f1c900883b7edbe898e32f012b.tar.xz
1.20.0rc5
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8285.misc1
-rw-r--r--changelog.d/8342.bugfix1
-rw-r--r--changelog.d/8343.feature1
-rw-r--r--changelog.d/8349.bugfix1
4 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/8285.misc b/changelog.d/8285.misc
deleted file mode 100644
index 4646664ba1..0000000000
--- a/changelog.d/8285.misc
+++ /dev/null
@@ -1 +0,0 @@
-Blacklist [MSC2753](https://github.com/matrix-org/matrix-doc/pull/2753) SyTests until it is implemented.
\ No newline at end of file
diff --git a/changelog.d/8342.bugfix b/changelog.d/8342.bugfix
deleted file mode 100644
index 786057facb..0000000000
--- a/changelog.d/8342.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix ratelimitng of federation `/send` requests.
diff --git a/changelog.d/8343.feature b/changelog.d/8343.feature
deleted file mode 100644
index ccecb22f37..0000000000
--- a/changelog.d/8343.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add flags to the `/versions` endpoint that includes whether new rooms default to using E2EE.
diff --git a/changelog.d/8349.bugfix b/changelog.d/8349.bugfix
deleted file mode 100644
index cf2f531b14..0000000000
--- a/changelog.d/8349.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a longstanding bug where back pagination over federation could get stuck if it failed to handle a received event.