From e2e51b35303e69b5028a84026837095b1bfe6f79 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Thu, 04 May 2017 07:25:28 +0200
Subject: [PATCH] add changelog for #3031

---
 CHANGES.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index b299ed6..80b5003 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -125,11 +125,16 @@
   ``request.exception`` and ``request.exc_info`` themselves to indicate
   the exception that was squashed when generating the response.
 
+  Similar behavior occurs with ``request.invoke_exception_view`` in which
+  the exception properties are set to reflect the exception if a response
+  is successfully generated by the method.
+
   This is a very minor incompatibility. Most tweens right now would give
   priority to the raised exception and ignore ``request.exception``. This
   change just improves and clarifies that bookkeeping by trying to be
   more clear about the relationship between the response and its squashed
-  exception. See https://github.com/Pylons/pyramid/pull/3029
+  exception. See https://github.com/Pylons/pyramid/pull/3029 and
+  https://github.com/Pylons/pyramid/pull/3031
 
 Documentation Changes
 ---------------------

--
Gitblit v1.9.3