summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-11-27 04:50:24 -0500
committerChris McDonough <chrism@plope.com>2013-11-27 04:50:24 -0500
commitca419fb59ccf2174a87aba5139a293b807e15df6 (patch)
treedf99c4cc503020e15f806420e9d444b84995eb4c /CHANGES.txt
parentea3cd104269ba575269b4bc1e3abf3582a54c1c3 (diff)
downloadpyramid-ca419fb59ccf2174a87aba5139a293b807e15df6.tar.gz
pyramid-ca419fb59ccf2174a87aba5139a293b807e15df6.tar.bz2
pyramid-ca419fb59ccf2174a87aba5139a293b807e15df6.zip
revert my reversion
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 40efecce1..98784f3d7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -50,7 +50,7 @@ Features
- The anchor argument to ``pyramid.request.Request.route_url`` and
``pyramid.request.Request.resource_url`` and their derivatives will now be
- escaped to ensure minimal conformance. See
+ escaped via URL quoting to ensure minimal conformance. See
https://github.com/Pylons/pyramid/pull/1183
- Allow sending of ``_query`` and ``_anchor`` options to
@@ -61,10 +61,10 @@ Features
- You can now send a string as the ``_query`` argument to
``pyramid.request.Request.route_url`` and
``pyramid.request.Request.resource_url`` and their derivatives. When a
- string is sent instead of a list or dictionary. it is not URL-encoded or
- quoted; the caller must perform this job before passing it in. This is
- useful if you want to be able to use a different query string format than
- ``x-www-form-urlencoded``. See https://github.com/Pylons/pyramid/pull/1183
+ string is sent instead of a list or dictionary. it is URL-quoted however it
+ does not need to be in ``k=v`` form. This is useful if you want to be able
+ to use a different query string format than ``x-www-form-urlencoded``. See
+ https://github.com/Pylons/pyramid/pull/1183
Bug Fixes
---------