summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
--------