forked from orbit-oss/flask
Cherry-pick 7ba35c4 from master (support pathlib.Path for static_folder)
This commit is contained in:
parent
88c9c68e17
commit
b724832872
3 changed files with 22 additions and 1 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -1,5 +1,16 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
|
||||
|
||||
Version 1.1.x
|
||||
-------------
|
||||
|
||||
Not yet released.
|
||||
|
||||
- Officially support passing a :class:`pathlib.Path` for
|
||||
``static_folder`` which stopped working in 1.1.2. :pr:`3579`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue