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 ea83827cc..21bea6572 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -45,6 +45,10 @@ Bug Fixes
inappropriately used ``DBSession.rollback()`` instead of
``transaction.abort()`` in one place.
+- We now clear ``request.response`` before we invoke an exception view; an
+ exception view will be working with a request.response that has not been
+ touched by any code prior to the exception.
+
Documentation
-------------