From adbf975623c97a3eb4e92167b627dcd987f96119 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 31 Mar 2022 07:13:49 -0400 Subject: 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. --- changelog.d/12338.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12338.misc (limited to 'changelog.d/12338.misc') 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. -- cgit 1.5.1