From 12cef0ee3526d7a024b9c328fd75e64565f02519 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 20 Aug 2011 11:34:16 -0400 Subject: - New request methods: ``current_route_url``, ``current_route_path``. - New function in ``pyramid.url``: ``current_route_path``. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index afcacd90b..90945105f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -75,6 +75,10 @@ Features - Better Mako rendering exceptions via ``pyramid.mako_templating.MakoRenderingException`` +- New request methods: ``current_route_url``, ``current_route_path``. + +- New function in ``pyramid.url``: ``current_route_path``. + Internal -------- -- cgit v1.2.3