summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-15 22:52:46 -0500
committerChris McDonough <chrism@plope.com>2010-11-15 22:52:46 -0500
commit9e2e1cfa5d7b00b952b79a628347a89d2263f777 (patch)
tree5f3dcfaf86f911931ff39afc3f0939e48c273e6d /CHANGES.txt
parentb1e3633b3874d565c7b6debcf5051bf4e638d4f4 (diff)
downloadpyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.tar.gz
pyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.tar.bz2
pyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.zip
add convenience static_url method to request
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b9f6a69c7..f1e55ffce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,9 +13,9 @@ 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``.
+- New API methods for ``pyramid.request.Request``: ``model_url``,
+ ``route_url``, and ``static_url``. These are simple passthroughs for their
+ respective functions in ``pyramid.url``.
- The ``settings`` object which used to be available only when
``request.settings.get_settings`` was called is now available as