forked from orbit-oss/flask
Request local objects now fail properly with a RuntimeError. This fixes #105
This commit is contained in:
parent
d17b6d738a
commit
faa1c71e45
4 changed files with 26 additions and 5 deletions
2
CHANGES
2
CHANGES
|
|
@ -11,6 +11,8 @@ Release date to be announced, codename to be selected
|
|||
- Added :meth:`~flask.Flask.make_default_options_response`
|
||||
which can be used by subclasses to alter the default
|
||||
behaviour for `OPTIONS` responses.
|
||||
- Unbound locals now raise a proper :exc:`RuntimeError` instead
|
||||
of an :exc:`AttributeError`.
|
||||
|
||||
Version 0.6.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue