summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f6da0d8b..c94ecb800 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -76,6 +76,10 @@ Features
normal logging channels. The logger name of the debug logger will be the
package name of the *caller* of the Configurator's constructor.
+- A new attribute is available on request objects: ``exc_info``. Its value
+ will be ``None`` until an exception is caught by the Pyramid router, after
+ which it will be the result of ``sys.exc_info()``.
+
Deprecations
------------