summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-09 08:52:23 -0400
committerChris McDonough <chrism@plope.com>2011-07-09 08:52:23 -0400
commitb44aab103120749bd42e531974f28e67c16a1be0 (patch)
tree725351ce75f07fc38c8f04cfce3b5392e347a484 /CHANGES.txt
parentc8e9a3ebddc2068b0246950d6ee4fc0a32bc8620 (diff)
downloadpyramid-b44aab103120749bd42e531974f28e67c16a1be0.tar.gz
pyramid-b44aab103120749bd42e531974f28e67c16a1be0.tar.bz2
pyramid-b44aab103120749bd42e531974f28e67c16a1be0.zip
add a note about response wrapping bug fix
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 041ff0bb7..feabf0e26 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -65,6 +65,14 @@ Features
to only influence ``Cache-Control`` headers, pass a tuple as ``http_cache``
with the first element of ``None``, e.g.: ``(None, {'public':True})``.
+Bug Fixes
+---------
+
+- Framework wrappers of the original view (such as http_cached and so on)
+ relied on being able to trust that the response they were receiving was an
+ IResponse. It wasn't always, because the response was resolved by the
+ router instead of early in the view wrapping process. This has been fixed.
+
1.1a4 (2011-07-01)
==================