Merge branch '0.10-maintenance'

This commit is contained in:
Armin Ronacher 2014-02-09 13:14:26 +00:00
commit 9298d89aed
3 changed files with 20 additions and 2 deletions

View file

@ -33,6 +33,8 @@ Version 0.10.2
the test client when absolute URLs were requested.
- Made `@before_first_request` into a decorator as intended.
- Fixed an etags bug when sending a file streams with a name.
- Fixed `send_from_directory` not expanding to the application root path
correctly.
Version 0.10.1
--------------