From b44aab103120749bd42e531974f28e67c16a1be0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 9 Jul 2011 08:52:23 -0400 Subject: add a note about response wrapping bug fix --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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) ================== -- cgit v1.2.3