Merge branch '2.2.x'

This commit is contained in:
David Lord 2022-12-24 11:21:59 -07:00
commit 7464e17c5e
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
16 changed files with 41 additions and 35 deletions

View file

@ -12,6 +12,8 @@ Unreleased
- Autoescaping is now enabled by default for ``.svg`` files. Inside
templates this behavior can be changed with the ``autoescape`` tag.
:issue:`4831`
- Fix the type of ``template_folder`` to accept ``pathlib.Path``. :issue:`4892`
Version 2.2.2
-------------