diff options
| author | Michael Merickel <michael@merickel.org> | 2013-11-12 01:36:10 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-11-12 01:37:24 -0600 |
| commit | a3654e4866303695478fb7bd01dcdd602a717b4e (patch) | |
| tree | b4d84f8bc5f2323af8cde365337a4d8b63e0bb25 /CHANGES.txt | |
| parent | 22f0ebbc04f1fa03139ca7c99e02e39a2635590f (diff) | |
| download | pyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.tar.gz pyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.tar.bz2 pyramid-a3654e4866303695478fb7bd01dcdd602a717b4e.zip | |
update docs
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
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 --------- |
