diff options
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) -------------------------------------------- |
