Do not use Date, use Last-Modified. This fixes #164

This commit is contained in:
Armin Ronacher 2011-02-05 17:41:02 +01:00
parent 94f90bc4eb
commit 0bf777ed81
2 changed files with 4 additions and 6 deletions

View file

@ -33,6 +33,8 @@ Release date to be announced, codename to be selected
- Added an `endpoint` method to the flask application object which
allows one to register a callback to an arbitrary endpoint with
a decorator.
- Use Last-Modified for static file sending instead of Date which
was incorrectly introduced in 0.6.
Version 0.6.1
-------------