summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-27 17:37:48 -0400
committerChris McDonough <chrism@plope.com>2013-08-27 17:37:48 -0400
commitece96f658c631cae662d3849b35ee2723c368abe (patch)
treec4fa85541d57fa019620eb2173950f8c709ff98b /CHANGES.txt
parent2607548beba0082cf6256bf556d65e08cec9ee57 (diff)
downloadpyramid-ece96f658c631cae662d3849b35ee2723c368abe.tar.gz
pyramid-ece96f658c631cae662d3849b35ee2723c368abe.tar.bz2
pyramid-ece96f658c631cae662d3849b35ee2723c368abe.zip
- Fix an obscure problem when combining a virtual root with a route with a
``*traverse`` in its pattern. Now the traversal path generated in such a configuration will be correct, instead of an element missing a leading slash.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1eeb0ce7b..0db274a19 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -149,6 +149,11 @@ Features
Bug Fixes
---------
+- Fix an obscure problem when combining a virtual root with a route with a
+ ``*traverse`` in its pattern. Now the traversal path generated in
+ such a configuration will be correct, instead of an element missing
+ a leading slash.
+
- Fixed a Mako renderer bug returning a tuple with a previous defname value
in some circumstances. See https://github.com/Pylons/pyramid/issues/1037
for more information.