summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 657c50009..cfa77283f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,12 @@ Next Release
Features
--------
+- You can now generate "hybrid" urldispatch/traversal URLs more easily
+ by using the new ``route_name`` and ``route_kw`` arguments to
+ ``request.resource_url`` and ``request.resource_path``. See the new section
+ of the "Combining Traversal and URL Dispatch" documentation chapter entitled
+ "Hybrid URL Generation".
+
- It is now possible to escape double braces in Pyramid scaffolds (unescaped,
these represent replacement values). You can use ``\{\{a\}\}`` to
represent a "bare" ``{{a}}``. See