Remove deprecation warnings for add_etags & mimetype guessing for send_file()

Fix #1849
This commit is contained in:
Dan Sully 2016-06-02 10:04:48 -07:00 committed by Markus Unterwaditzer
parent 3d72099dcd
commit 8458cc5cd1
4 changed files with 14 additions and 50 deletions

View file

@ -7,6 +7,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``.
Version 0.11
------------