Add .svg to select_jinja_autoescape

This commit is contained in:
Jonah Lawrence 2022-10-07 15:45:18 +00:00 committed by GitHub
parent 3dc6db9d0c
commit f87623f8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -9,6 +9,8 @@ Version 2.2.3
Unreleased
- Autoescaping is now enabled by default for ``.svg`` files. Inside
templates this behavior can be changed with the ``autoescape`` tag.
Version 2.2.2
-------------