don't clear BadRequestKeyError args

This commit is contained in:
David Lord 2019-06-26 14:32:20 -07:00
parent 31d3c7e719
commit 871e6d6a9d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 16 additions and 6 deletions

View file

@ -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
-------------