diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2010-11-10 16:39:07 -0500 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2010-11-10 16:39:07 -0500 |
| commit | 51c305c772150a8ee8b12c5dbdcb1fc30cb3a251 (patch) | |
| tree | bf170d70e84018900cb01e1307dda20f17328659 /CHANGES.txt | |
| parent | acae5b33a825d1739dd76672e10f5c9f66f783a6 (diff) | |
| download | pyramid-51c305c772150a8ee8b12c5dbdcb1fc30cb3a251.tar.gz pyramid-51c305c772150a8ee8b12c5dbdcb1fc30cb3a251.tar.bz2 pyramid-51c305c772150a8ee8b12c5dbdcb1fc30cb3a251.zip | |
Added class vars matchdict and matched_route to
pyramid.request.Request. Each is set to None.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4354f5c7c..6bfb47054 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,9 @@ Features represent the function that returns a WSGI application, each now uses WebError, each now has roughly the same shape of development.ini style. +- Added class vars ``matchdict`` and ``matched_route`` to + ``pyramid.request.Request``. Each is set to ``None``. + Bug Fixes --------- @@ -154,7 +157,7 @@ Backwards Incompatibilities (with BFG 1.3) - The deprecated API ``pyramid.testing.registerViewPermission`` has been removed. -- The deprecated API named ``pyramid.testing.registerRoutesMapper`` +- The deprecated API named ``pyramid.testing.registerRoutesMapper`` has been removed. - The deprecated API named ``pyramid.request.get_request`` was removed. |
