Remove ending slash from static_url_path

This commit is contained in:
Frankie Liu 2019-05-06 15:13:09 -04:00 committed by David Lord
parent 7f98a28432
commit 2039e2e3b6
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 15 additions and 2 deletions

View file

@ -36,6 +36,8 @@ Unreleased
- The ``flask`` command entry point is simplified to take advantage
of Werkzeug 0.15's better reloader support. This bumps the Werkzeug
dependency to >= 0.15. :issue:`3022`
- Support ``static_url_path`` that ends with a forward slash.
:issue:`3134`
.. _#2935: https://github.com/pallets/flask/issues/2935
.. _#2957: https://github.com/pallets/flask/issues/2957