summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-01 13:36:25 +0100
committerGitHub <noreply@github.com>2020-09-01 13:36:25 +0100
commitbbb3c8641ca1214702dbddd88acfe81cc4fc44ae (patch)
treeeae8d0f967248708bfc2fa17bea15c9cc60bbf22 /changelog.d
parentDo not install setuptools 50.0. (#8212) (diff)
downloadsynapse-bbb3c8641ca1214702dbddd88acfe81cc4fc44ae.tar.xz
Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8203)
This is so that we can use it for the backfill events stream.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8203.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8203.misc b/changelog.d/8203.misc
new file mode 100644
index 0000000000..9fe2224aaa
--- /dev/null
+++ b/changelog.d/8203.misc
@@ -0,0 +1 @@
+Make `MultiWriterIDGenerator` work for streams that use negative values.