Make safe_join able to safely join multiple paths

This commit is contained in:
Giampaolo Eusebi 2016-06-04 11:26:16 +02:00
parent 9c236d3b84
commit 03ea11fe76
2 changed files with 20 additions and 14 deletions

View file

@ -9,6 +9,8 @@ Version 0.12
- the cli command now responds to `--version`.
- Mimetype guessing for ``send_file`` has been removed, as per issue ``#104``.
See pull request ``#1849``.
- Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
(pull request ``#1730``).
Version 0.11.1
--------------