static_folder can be a pathlib.Path

This commit is contained in:
Yourun-Proger 2021-06-16 22:40:01 +03:00 committed by David Lord
parent 187f6ce409
commit 9a2adfba4d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 8 additions and 5 deletions

View file

@ -13,6 +13,8 @@ Unreleased
- Support View and MethodView instances with async handlers. :issue:`4112`
- Enhance typing of ``app.errorhandler`` decorator. :issue:`4095`
- Fix registering a blueprint twice with differing names. :issue:`4124`
- Fix the type of ``static_folder`` to accept ``pathlib.Path``.
:issue:`4150`
Version 2.0.1