summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-04 01:02:19 -0500
committerChris McDonough <chrism@plope.com>2012-11-04 01:02:19 -0500
commit34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a (patch)
tree81842595aefc26a45050b77d9a5c8fb18b98831b /CHANGES.txt
parent66fe1d05adbbcb07482972b4fd512676d68388ee (diff)
downloadpyramid-34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a.tar.gz
pyramid-34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a.tar.bz2
pyramid-34d4cd0ea38fdbe0ab0e0832fc2114953ef4e94a.zip
- In uncommon cases, the ``pyramid_excview_tween_factory`` might have
inadvertently raised a ``KeyError`` looking for ``request_iface`` as an attribute of the request. It no longer fails in this case. See https://github.com/Pylons/pyramid/issues/700 Fixes #700
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 298bddf7a..8d5a00e77 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -38,6 +38,11 @@ Bug Fixes
be unmolested on the way out. See
https://github.com/Pylons/pyramid/issues/709
+- In uncommon cases, the ``pyramid_excview_tween_factory`` might have
+ inadvertently raised a ``KeyError`` looking for ``request_iface`` as an
+ attribute of the request. It no longer fails in this case. See
+ https://github.com/Pylons/pyramid/issues/700
+
Internals
---------