From 94b88987fd4f742538ccf43f5789e9c6463bca0e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 03:35:17 -0400 Subject: - Remove references to 'WebOb' Response and just call it 'Response', and note that it is imported from pyramid. API docs can mention its inheritance from webob (aka "Provide a webob.Response class facade for forward compat"). --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9e52aaab5..29f8e4897 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -72,6 +72,10 @@ Features (delta from BFG 1.3.X) keys added to the renderer globals dictionary by all subscribers and app-level globals factories must be unique. +- New class: ``pyramid.response.Response`. This is a pure facade for + ``webob.Response` (old code need not change to use this facade, it's + existence is mostly for vanity and documentation-generation purposes). + Documentation (delta from BFG 1.3) ----------------------------------- @@ -83,6 +87,11 @@ Documentation (delta from BFG 1.3) - Added an API chapter for the ``pyramid.personality`` module. +- Added an API chapter for the ``pyramid.response`` module. + +- All documentation which previously referred to ``webob.Response`` now uses + ``pyramid.response.Response`` instead. + Backwards Incompatibilities (with BFG 1.3.X) -------------------------------------------- -- cgit v1.2.3