summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fdd9dd884..d695599a5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,6 +27,16 @@ unreleased
subclass of ``pyramid.security.Denied``.
See https://github.com/Pylons/pyramid/pull/3084
+- Add a ``quote_via`` argument to ``pyramid.encode.urlencode`` to follow
+ 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)
==================