diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-20 11:34:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-20 11:34:16 -0400 |
| commit | 12cef0ee3526d7a024b9c328fd75e64565f02519 (patch) | |
| tree | 0995006718b9c97f240d7f1cd6852149f467d98f /CHANGES.txt | |
| parent | 51add887470badc98e0ef0cef34710a752b9baef (diff) | |
| download | pyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.tar.gz pyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.tar.bz2 pyramid-12cef0ee3526d7a024b9c328fd75e64565f02519.zip | |
- New request methods: ``current_route_url``, ``current_route_path``.
- New function in ``pyramid.url``: ``current_route_path``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 -------- |
