summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-03 03:10:34 -0500
committerChris McDonough <chrism@plope.com>2011-01-03 03:10:34 -0500
commitc089d1538884704b55b1b8ffb5aad7c51ba2d3cb (patch)
tree4729e7ff7778d05c5d4f73818343b7bd70fb8b09 /CHANGES.txt
parent070a798934bd39223fad37471e8e2168d78909a2 (diff)
parent5653d13e554433adf34fd81b2c6593a54e7c4ea1 (diff)
downloadpyramid-c089d1538884704b55b1b8ffb5aad7c51ba2d3cb.tar.gz
pyramid-c089d1538884704b55b1b8ffb5aad7c51ba2d3cb.tar.bz2
pyramid-c089d1538884704b55b1b8ffb5aad7c51ba2d3cb.zip
Merge branch 'ergo-master'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8d0e50722..520a73847 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,9 @@ Bug Fixes
Features
--------
+- Add a new API ``pyramid.url.current_route_url``, which computes a URL based
+ on the "current" route (if any) and its matchdict values.
+
- ``config.add_view`` now accepts a ``decorator`` keyword argument, a callable
which will decorate the view callable before it is added to the registry.