summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-03-01 23:27:48 -0500
committerChris McDonough <chrism@plope.com>2011-03-01 23:27:48 -0500
commit115c7137326a2739525fd53b96d2df42d3f0930b (patch)
tree8a21b94fa1bdb45b9f2ab8018cd7856175fc2794
parentb34bb8037fbcabaa2b6191fe327ef0622316b0ca (diff)
downloadpyramid-115c7137326a2739525fd53b96d2df42d3f0930b.tar.gz
pyramid-115c7137326a2739525fd53b96d2df42d3f0930b.tar.bz2
pyramid-115c7137326a2739525fd53b96d2df42d3f0930b.zip
Add change note for dnouri's solution to issue 141.
Closes #141.
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
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)
================