Merge branch '0.10-maintenance'

This commit is contained in:
Armin Ronacher 2014-02-08 17:19:11 +00:00
commit 53528ad2c3
3 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,8 @@ Version 0.10.2
without an `is_package()` method.
- Fixed an issue causing exceptions raised before entering a request or app
context to be passed to teardown handlers.
- Fixed an issue with query parameters getting removed from requests in
the test client when absolute URLs were requested.
Version 0.10.1
--------------