Michael Merickel
2017-06-20 53cfb8383593288f5114c1a31a6253987e9233bd
update the whatsnew-1.9 with changes from #3034
2 files modified
6 ■■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/whatsnew-1.9.rst 2 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -34,8 +34,8 @@
- 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
  with nothing after it. Now the unnecessary parts are dropped from the
  generated URL. See https://github.com/Pylons/pyramid/pull/3034
- Revamp the ``IRouter`` API used by ``IExecutionPolicy`` to force
  pushing/popping the request threadlocals. The
docs/whatsnew-1.9.rst
@@ -43,6 +43,8 @@
- Add a ``quote_via`` argument to :func:`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 :meth:`pyramid.request.Request.route_url` as well as ``query=None`` and ``anchor=None`` in :meth:`pyramid.request.Request.resource_url`. Previously this would cause an `?` and a `#`, respectively, in the url with nothing after it. Now the unnecessary parts are dropped from the generated URL. See https://github.com/Pylons/pyramid/pull/3034
Deprecations
------------