summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-05 11:51:52 -0500
committerMichael Merickel <michael@merickel.org>2017-06-05 11:51:52 -0500
commitcc8ce57839d26e82466df9f74c79281450bf18a5 (patch)
tree70df8ca8ed7fb77df474ff562439a228355dcf4a
parent22215dfabb3e8b2b2ca494299766d4703c75f268 (diff)
downloadpyramid-cc8ce57839d26e82466df9f74c79281450bf18a5.tar.gz
pyramid-cc8ce57839d26e82466df9f74c79281450bf18a5.tar.bz2
pyramid-cc8ce57839d26e82466df9f74c79281450bf18a5.zip
add changelog for #3060
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fc1d5ae25..06bb71c1e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,11 @@ unreleased
- Update RELEASING.txt for updating cookiecutters. Change cookiecutter URLs to
use shortcut.
- See: https://github.com/Pylons/pyramid/issues/3042
+ See https://github.com/Pylons/pyramid/issues/3042
+
+- Ensure the correct threadlocals are pushed during view execution when
+ invoked from ``request.invoke_exception_view``.
+ See https://github.com/Pylons/pyramid/pull/3060
1.9a2 (2017-05-09)
==================