From 4eafaa0f6238ff0bd64729827e5974326fa6f60b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Nov 2010 19:31:42 -0500 Subject: - New API methods for ``pyramid.request.Request``: ``model_url`` and ``route_url``. These are simple passthroughs for their respective functions in ``pyramid.url``. - Documented the ``matchdict`` and ``matched_route`` attributes of the request object in the Request API documentation. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 15819b257..da4a8d324 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,10 @@ Features - New API method: ``pyramid.settings.asbool``. +- New API methods for ``pyramid.request.Request``: ``model_url`` and + ``route_url``. These are simple passthroughs for their respective + functions in ``pyramid.url``. + Bug Fixes --------- @@ -32,6 +36,9 @@ Documentation - ZODB+traversal wiki (``wiki``) tutorial updated due to changes to ``pyramid_zodb`` paster template. +- Documented the ``matchdict`` and ``matched_route`` attributes of the + request object in the Request API documentation. + 1.0a2 (2010-11-09) ================== -- cgit v1.2.3