Added support for conditional responses to send_file

This commit is contained in:
Armin Ronacher 2010-07-04 11:56:08 +02:00
parent 88d9315d19
commit d0c6ad7d28
3 changed files with 36 additions and 5 deletions

View file

@ -17,6 +17,8 @@ Codename to be decided, release date to be announced.
``autoescape`` tag.
- refactored Flask internally. It now consists of more than a
single file.
- :func:`flask.send_file` now emits etags and has the ability to
do conditional responses builtin.
Version 0.4
-----------