Michael Merickel
2017-06-18 5c437abba0926f6093efbd481e49763de2436665
add changelog for #3088
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
@@ -27,6 +27,10 @@
  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
1.9a2 (2017-05-09)
==================
docs/whatsnew-1.9.rst
@@ -41,6 +41,8 @@
- Normalize the permission results to a proper class hierarchy. :class:`pyramid.security.ACLAllowed` is now a subclass of :class:`pyramid.security.Allowed` and :class:`pyramid.security.ACLDenied` is now a subclass of :class:`pyramid.security.Denied`. See https://github.com/Pylons/pyramid/pull/3084
- 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
Deprecations
------------