Merge branch '0.10-maintenance'

This commit is contained in:
Armin Ronacher 2014-02-08 22:30:00 +00:00
commit 23d9b33e92
4 changed files with 28 additions and 10 deletions

View file

@ -32,6 +32,7 @@ Version 0.10.2
- Fixed an issue with query parameters getting removed from requests in
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.
Version 0.10.1
--------------