summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
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
---------