Added support for send_file

This commit is contained in:
Armin Ronacher 2010-05-10 11:27:42 +02:00
parent 4156bd412f
commit 2d87e9bc37
4 changed files with 161 additions and 2 deletions

View file

@ -15,6 +15,7 @@ Version 0.2
view function.
- server listens on 127.0.0.1 by default now to fix issues with chrome.
- added external URL support.
- added support for :func:`~flask.send_file`
Version 0.1
-----------