diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-02 03:35:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-02 03:35:17 -0400 |
| commit | 94b88987fd4f742538ccf43f5789e9c6463bca0e (patch) | |
| tree | 7fcd2c8bc79c36da71b8f580d036fc834d2ffa3f /CHANGES.txt | |
| parent | 8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255 (diff) | |
| download | pyramid-94b88987fd4f742538ccf43f5789e9c6463bca0e.tar.gz pyramid-94b88987fd4f742538ccf43f5789e9c6463bca0e.tar.bz2 pyramid-94b88987fd4f742538ccf43f5789e9c6463bca0e.zip | |
- 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").
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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) -------------------------------------------- |
