summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-19 20:36:45 -0500
committerChris McDonough <chrism@plope.com>2012-01-19 20:36:45 -0500
commit05f462e9792d9b5f6560968503795dc162984408 (patch)
treed8efb500a65bf86d73d7e1dcd598103451d6d070 /CHANGES.txt
parent134388a0157728b1f96daa09fb8bdfde6a1de209 (diff)
downloadpyramid-05f462e9792d9b5f6560968503795dc162984408.tar.gz
pyramid-05f462e9792d9b5f6560968503795dc162984408.tar.bz2
pyramid-05f462e9792d9b5f6560968503795dc162984408.zip
Backport fix for issue #407 to 1.3 branch.
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 bfafaaae3..c1b6ae976 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,6 +26,9 @@ Bug Fixes
decorator, the view defaults would not be applied. See
https://github.com/Pylons/pyramid/issues/396 .
+- Static URL paths were URL-quoted twice. See
+ https://github.com/Pylons/pyramid/issues/407 .
+
1.3a5 (2012-01-09)
==================