forked from orbit-oss/flask
Removed incorrect JSON exception subclasses
This commit is contained in:
parent
eb023bcfad
commit
4c27f7a8c4
4 changed files with 11 additions and 73 deletions
3
CHANGES
3
CHANGES
|
|
@ -54,6 +54,9 @@ Release date to be decided.
|
|||
- Added `message_flashed` signal that simplifies flashing testing.
|
||||
- Added support for copying of request contexts for better working with
|
||||
greenlets.
|
||||
- Removed custom JSON HTTP exception subclasses. If you were relying on them
|
||||
you can reintroduce them again yourself trivially. Using them however is
|
||||
strongly discouraged as the interface was flawed.
|
||||
|
||||
Version 0.9
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue