dropped pkg_resources

This commit is contained in:
Armin Ronacher 2010-07-04 12:14:00 +02:00
parent 532347d6ad
commit fedc06c295
3 changed files with 5 additions and 21 deletions

View file

@ -19,6 +19,8 @@ Codename to be decided, release date to be announced.
single file.
- :func:`flask.send_file` now emits etags and has the ability to
do conditional responses builtin.
- (temporarily) dropped support for zipped applications. This was a
rarely used feature and led to some confusing behaviour.
Version 0.4
-----------