diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-07 10:14:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 10:14:31 +0000 |
commit | b7c021881293c60ad0874f6d15375a9b7a40c22c (patch) | |
tree | 1ce62a02f81d408a2d49c8ba13a58f638905534b /changelog.d | |
parent | fix the check for whether `is_url` to match all the other ones in codebase (#... (diff) | |
download | synapse-b7c021881293c60ad0874f6d15375a9b7a40c22c.tar.xz |
Check jinja version for consent resource (#4327)
* Raise a ConfigError if an invalid resource is specified * Require Jinja 2.9 for the consent resource * changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4327.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4327.bugfix b/changelog.d/4327.bugfix new file mode 100644 index 0000000000..03bf05e05c --- /dev/null +++ b/changelog.d/4327.bugfix @@ -0,0 +1 @@ +Check jinja version for consent resource |