Cherry-pick 7ba35c4 from master (support pathlib.Path for static_folder)

This commit is contained in:
Joshua Bronson 2020-04-20 13:26:33 -04:00
parent 88c9c68e17
commit b724832872
3 changed files with 22 additions and 1 deletions

View file

@ -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
-------------