Changelog for #2006

This commit is contained in:
Markus Unterwaditzer 2016-09-07 18:18:53 +02:00
parent c4ec6954e5
commit dbcd64e2ee
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Version 0.12
``application/octet-stream``. See pull request ``#1988``.
- Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
(pull request ``#1730``).
- Revert a behavior change that made the dev server crash instead of returning
a Internal Server Error (pull request ``#2006``).
Version 0.11.2
--------------