summary refs log tree commit diff
path: root/changelog.d/8563.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-191-0/+1
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.