summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-11-12 01:36:10 -0600
committerMichael Merickel <michael@merickel.org>2013-11-12 01:37:24 -0600
commita3654e4866303695478fb7bd01dcdd602a717b4e (patch)
treeb4d84f8bc5f2323af8cde365337a4d8b63e0bb25 /CHANGES.txt
parent22f0ebbc04f1fa03139ca7c99e02e39a2635590f (diff)
downloadpyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.tar.gz
pyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.tar.bz2
pyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.zip
update docs
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 895dc572f..bf1c1ea01 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -29,6 +29,17 @@ Features
timeouts, and conformance with the ``ISession`` API.
See https://github.com/Pylons/pyramid/pull/1142
+- Allow ``pyramid.request.Request.route_url`` and
+ ``pyramid.request.Request.resource_url`` to accept strings for their
+ query string to enable alternative encodings. Also the anchor argument
+ will now be escaped to ensure minimal conformance.
+ See https://github.com/Pylons/pyramid/pull/1183
+
+- Allow sending of ``_query`` and ``_anchor`` options to
+ ``pyramid.request.Request.static_url`` when an external URL is being
+ generated.
+ See https://github.com/Pylons/pyramid/pull/1183
+
Bug Fixes
---------