diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-10 14:38:46 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-10 14:38:46 -0400 |
| commit | ba2ac14279ed1f1115cc074950889636283b938c (patch) | |
| tree | 45bcc92fa783eee1c66bcf61894858abdd5d05c3 /CHANGES.txt | |
| parent | 7f2c744a446b557ba48ccdc473b0b19e58f7fdef (diff) | |
| download | pyramid-ba2ac14279ed1f1115cc074950889636283b938c.tar.gz pyramid-ba2ac14279ed1f1115cc074950889636283b938c.tar.bz2 pyramid-ba2ac14279ed1f1115cc074950889636283b938c.zip | |
- An exception raised by a NewRequest event subscriber can now be caught by
an exception view.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 780df9e8a..c1a413642 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -30,6 +30,9 @@ Features - Added ``pyramid.i18n.make_localizer`` API (broken out from ``get_localizer`` guts). +- An exception raised by a NewRequest event subscriber can now be caught by + an exception view. + Bug Fixes --------- |
