summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2020-09-03 19:23:07 +0100
committerGitHub <noreply@github.com>2020-09-03 19:23:07 +0100
commit4535e849d79c47eaa1a950d2230b9c4d5b357e10 (patch)
treec45ee3798a55f0f44388b32bd11296bc4ba8b388 /changelog.d
parentSplit fetching device keys and signatures into two transactions (#8233) (diff)
downloadsynapse-4535e849d79c47eaa1a950d2230b9c4d5b357e10.tar.xz
Remove obsolete order field in `send_new_transaction` (#8245)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8245.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8245.misc b/changelog.d/8245.misc
new file mode 100644
index 0000000000..545c4c4265
--- /dev/null
+++ b/changelog.d/8245.misc
@@ -0,0 +1 @@
+Remove obsolete `order` field from federation send queues.