From 51c305c772150a8ee8b12c5dbdcb1fc30cb3a251 Mon Sep 17 00:00:00 2001 From: Chris Rossi Date: Wed, 10 Nov 2010 16:39:07 -0500 Subject: Added class vars matchdict and matched_route to pyramid.request.Request. Each is set to None. --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') 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. -- cgit v1.2.3