forked from orbit-oss/flask
don't clear BadRequestKeyError args
This commit is contained in:
parent
31d3c7e719
commit
871e6d6a9d
3 changed files with 16 additions and 6 deletions
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -1,5 +1,15 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
Version 1.0.4
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
- The key information for ``BadRequestKeyError`` is no longer cleared
|
||||
outside debug mode, so error handlers can still access it. This
|
||||
requires upgrading to Werkzeug 0.15.5. :issue:`3249`
|
||||
|
||||
|
||||
Version 1.0.3
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue