template_folder type allows pathlib

This commit is contained in:
Maxim G. Ivanov 2022-12-23 00:19:18 +07:00 committed by David Lord
parent d9e56c7f4b
commit 09112cfc47
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,8 @@ Version 2.2.3
Unreleased
- Fix the type of ``template_folder`` to accept ``pathlib.Path``. :issue:`4892`
Version 2.2.2
-------------