diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-15 11:33:22 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-15 11:33:22 +0100 |
commit | 715516284404b9cf5e3f8c21335782b5d47e5cb1 (patch) | |
tree | 4577f169a32528071d01b73feb19c16922073961 | |
parent | Make generating SQL bounds for pagination generic (diff) | |
download | synapse-715516284404b9cf5e3f8c21335782b5d47e5cb1.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5191.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5191.misc b/changelog.d/5191.misc new file mode 100644 index 0000000000..e0615fec9c --- /dev/null +++ b/changelog.d/5191.misc @@ -0,0 +1 @@ +Make generating SQL bounds for pagination generic. |