From 5c6963152fcc756a06d2aea80a4e85f1c9bef7ee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 20 Aug 2011 12:06:19 -0400 Subject: add static_path function to url and static_path method to request --- CHANGES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') 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 -------- -- cgit v1.2.3