forked from orbit-oss/flask
static_folder can be a pathlib.Path
This commit is contained in:
parent
187f6ce409
commit
9a2adfba4d
4 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue