summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-03-31 07:13:49 -0400
committerGitHub <noreply@github.com>2022-03-31 07:13:49 -0400
commitadbf975623c97a3eb4e92167b627dcd987f96119 (patch)
tree6aafef9a4dc0eac3cdb14e3e8767dacc083e8a00 /changelog.d
parentRemove `dockerfile-pgtests` (#12336) (diff)
downloadsynapse-adbf975623c97a3eb4e92167b627dcd987f96119.tar.xz
Remove an unnecessary class from the relations code. (#12338)
The PaginationChunk class attempted to bundle some properties
together, but really just caused callers to jump through hoops and
hid implementation details.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12338.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12338.misc b/changelog.d/12338.misc
new file mode 100644
index 0000000000..376089f327
--- /dev/null
+++ b/changelog.d/12338.misc
@@ -0,0 +1 @@
+Refactor relations code to remove an unnecessary class.