summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-10 19:31:42 -0500
committerChris McDonough <chrism@plope.com>2010-11-10 19:31:42 -0500
commit4eafaa0f6238ff0bd64729827e5974326fa6f60b (patch)
tree5301115b1890a10d44a7bb6d0e60aeaa326b4ee2 /CHANGES.txt
parent1328b24343c8d450ab930226b7daa7f6d4d9d2fa (diff)
downloadpyramid-4eafaa0f6238ff0bd64729827e5974326fa6f60b.tar.gz
pyramid-4eafaa0f6238ff0bd64729827e5974326fa6f60b.tar.bz2
pyramid-4eafaa0f6238ff0bd64729827e5974326fa6f60b.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
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)
==================