Removed incorrect JSON exception subclasses

This commit is contained in:
Armin Ronacher 2013-05-23 13:59:10 +01:00
parent eb023bcfad
commit 4c27f7a8c4
4 changed files with 11 additions and 73 deletions

View file

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