From 115c7137326a2739525fd53b96d2df42d3f0930b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 1 Mar 2011 23:27:48 -0500 Subject: Add change note for dnouri's solution to issue 141. Closes #141. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 85ee1b614..e9abd5b55 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,6 +32,10 @@ Bug Fixes - ``pyramid.testing.DummyRequest`` now has a ``script_name`` attribute (the empty string). +- Don't quote ``:@&+$,`` symbols in ``*elements`` passed to + ``pyramid.url.route_url`` or ``pyramid.url.resource_url`` (see + https://github.com/Pylons/pyramid/issues#issue/141). + 1.0 (2011-01-30) ================ -- cgit v1.2.3