Merge branch '0.10-maintenance'

This commit is contained in:
Markus Unterwaditzer 2015-07-16 12:05:07 +02:00
commit 81ae94a5fd
3 changed files with 17 additions and 2 deletions

View file

@ -91,6 +91,8 @@ Version 0.10.2
- Changed logic of before first request handlers to flip the flag after
invoking. This will allow some uses that are potentially dangerous but
should probably be permitted.
- Fixed Python 3 bug when a handler from `app.url_build_error_handlers`
reraises the `BuildError`.
Version 0.10.1
--------------