summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-13 12:42:44 +0000
committerGitHub <noreply@github.com>2020-01-13 12:42:44 +0000
commit8039685051c08354b64890abb2522f2535c784b8 (patch)
tree5fd33e568d121640ade5f038eef9da2098f2547e /changelog.d
parentFix exceptions on requests for non-ascii urls (#6682) (diff)
downloadsynapse-8039685051c08354b64890abb2522f2535c784b8.tar.xz
Allow additional_resources to implement Resource directly (#6686)
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.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6686.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6686.misc b/changelog.d/6686.misc
new file mode 100644
index 0000000000..4070f2e563
--- /dev/null
+++ b/changelog.d/6686.misc
@@ -0,0 +1 @@
+Allow additional_resources to implement IResource directly.