Changelog for #1533

This commit is contained in:
Markus Unterwaditzer 2015-07-16 12:01:25 +02:00
parent 5da31f8af3
commit 765f851a7c

View file

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