summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-09-06 16:23:50 +0200
committerGitHub <noreply@github.com>2021-09-06 16:23:50 +0200
commit8c9e723fe0414c7d93aa93180cdedc163b2058c5 (patch)
treed669c8d764d988207b44db1de0b1648350582889 /changelog.d
parentSupport MSC3375: room version 9. (#10747) (diff)
downloadsynapse-8c9e723fe0414c7d93aa93180cdedc163b2058c5.tar.xz
Add a warning when using deprecated template_dir settings (#10768)
The deprecation itself happened in #10596 which shipped with Synapse v1.41.0. However, it doesn't seem fair to suddenly drop support for these settings in ~4-6w without being more vocal about said deprecation.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10768.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10768.misc b/changelog.d/10768.misc
new file mode 100644
index 0000000000..afd64ca1b0
--- /dev/null
+++ b/changelog.d/10768.misc
@@ -0,0 +1 @@
+Print a warning when using one of the deprecated `template_dir` settings.