Merge branch '0.10-maintenance'

This commit is contained in:
Daniel Neuhäuser 2013-10-16 20:13:19 +02:00
commit b63a9926dd
4 changed files with 40 additions and 0 deletions

View file

@ -24,6 +24,8 @@ Version 0.10.2
- Raise an :exc:`AttributeError` in :func:`flask.helpers.find_package` with a
useful message explaining why it is raised when a PEP 302 import hook is used
without an `is_package()` method.
- Fixed an issue causing exceptions raised before entering a request or app
context to be passed to teardown handlers.
Version 0.10.1
--------------