forked from orbit-oss/flask
Added a PROPAGATE_EXCEPTIONS flag
This commit is contained in:
parent
ed517c7215
commit
8569dfee61
4 changed files with 54 additions and 2 deletions
4
CHANGES
4
CHANGES
|
|
@ -23,6 +23,10 @@ Release date to be announced, codename to be selected
|
|||
1.0 the old behaviour will continue to work but issue dependency
|
||||
warnings.
|
||||
- fixed a problem for Flask to run on jython.
|
||||
- added a `PROPAGATE_EXCEPTIONS` configuration variable that can be
|
||||
used to flip the setting of exception propagation which previously
|
||||
was linked to `DEBUG` alone and is now linked to either `DEBUG` or
|
||||
`TESTING`.
|
||||
|
||||
Version 0.6.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue