summary refs log tree commit diff
path: root/changelog.d/12338.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-311-0/+1
The PaginationChunk class attempted to bundle some properties together, but really just caused callers to jump through hoops and hid implementation details.