From ba2ac14279ed1f1115cc074950889636283b938c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 Apr 2011 14:38:46 -0400 Subject: - An exception raised by a NewRequest event subscriber can now be caught by an exception view. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3