summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-19 21:35:46 -0500
committerMichael Merickel <michael@merickel.org>2017-06-19 21:35:46 -0500
commit983216c05a79e6a725d68f94ef3d0ab1d25f97d2 (patch)
tree9b1b34dd0601cd1adfb7db3c2f6ee799e1df167d /CHANGES.txt
parent5a1950121af5f70c473ce8e74b6d9044e8b9e375 (diff)
downloadpyramid-983216c05a79e6a725d68f94ef3d0ab1d25f97d2.tar.gz
pyramid-983216c05a79e6a725d68f94ef3d0ab1d25f97d2.tar.bz2
pyramid-983216c05a79e6a725d68f94ef3d0ab1d25f97d2.zip
add changelog for #3034
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 939b777ab..d695599a5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -31,6 +31,12 @@ unreleased
the stdlib's version and enable custom quoting functions.
See https://github.com/Pylons/pyramid/pull/3088
+- Support `_query=None` and `_anchor=None` in ``request.route_url`` as well
+ as ``query=None`` and ``anchor=None`` in ``request.resource_url``.
+ Previously this would cause an `?` and a `#`, respectively, in the url
+ with nothing after it.
+ See https://github.com/Pylons/pyramid/pull/3034
+
1.9a2 (2017-05-09)
==================