diff options
| author | Chris McDonough <chrism@plope.com> | 2013-11-27 03:58:56 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-11-27 03:58:56 -0500 |
| commit | f82f91a74b51b79c3c81ac38cf91f6e544991218 (patch) | |
| tree | a2e4cf4b7ce19c4a24af586cf64b92c7010b308a /CHANGES.txt | |
| parent | 5635ec09ead84aa3d34bcde98dde55402d9541ab (diff) | |
| parent | 9eb79397b4e552bb76bef761593b25c071a616b2 (diff) | |
| download | pyramid-f82f91a74b51b79c3c81ac38cf91f6e544991218.tar.gz pyramid-f82f91a74b51b79c3c81ac38cf91f6e544991218.tar.bz2 pyramid-f82f91a74b51b79c3c81ac38cf91f6e544991218.zip | |
Merge branch 'feature.custom-query-strings'
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 ad51ed174..d6f5ea792 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -48,6 +48,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 --------- |
