summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-20 12:06:19 -0400
committerChris McDonough <chrism@plope.com>2011-08-20 12:06:19 -0400
commit5c6963152fcc756a06d2aea80a4e85f1c9bef7ee (patch)
tree6e7186e7757cf88b15e5049f62108ae4f9b713f8 /CHANGES.txt
parent2871093f61b6176cd49b23abd2582b8184bc60c1 (diff)
downloadpyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.tar.gz
pyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.tar.bz2
pyramid-5c6963152fcc756a06d2aea80a4e85f1c9bef7ee.zip
add static_path function to url and static_path method to request
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 90945105f..9b81ad526 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -75,9 +75,11 @@ Features
- Better Mako rendering exceptions via
``pyramid.mako_templating.MakoRenderingException``
-- New request methods: ``current_route_url``, ``current_route_path``.
+- New request methods: ``current_route_url``, ``current_route_path``, and
+ ``static_path``.
-- New function in ``pyramid.url``: ``current_route_path``.
+- New functions in ``pyramid.url``: ``current_route_path`` and
+ ``static_path``.
Internal
--------