summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-18 07:38:06 -0500
committerChris McDonough <chrism@plope.com>2011-11-18 07:38:06 -0500
commit1c39aeac52ab43afc57b11cfdb50513bdf87b762 (patch)
tree55d2619a4d6e461457103f4d7ad3318a699f963b /CHANGES.txt
parent69cc84c19acdff6e12b2e166248bb35293ed2e5a (diff)
downloadpyramid-1c39aeac52ab43afc57b11cfdb50513bdf87b762.tar.gz
pyramid-1c39aeac52ab43afc57b11cfdb50513bdf87b762.tar.bz2
pyramid-1c39aeac52ab43afc57b11cfdb50513bdf87b762.zip
- ``request.static_url`` now generates URL-quoted URLs when fed a ``path``
argument which contains characters that are unsuitable for URLs.
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 42f07a275..6e664f077 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,9 @@ Bug Fixes
- The DummySession in ``pyramid.testing`` now generates a new CSRF token if
one doesn't yet exist.
+- ``request.static_url`` now generates URL-quoted URLs when fed a ``path``
+ argument which contains characters that are unsuitable for URLs.
+
Backwards Incompatibilities
---------------------------