summary refs log tree commit diff
path: root/changelog.d/6686.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow additional_resources to implement Resource directly (#6686)Richard van der Hoff2020-01-131-0/+1
AdditionalResource really doesn't add any value, and it gets in the way for resources which want to support child resources or the like. So, if the resource object already implements the IResource interface, don't bother wrapping it.