diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-15 00:39:57 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-15 00:39:57 -0500 |
| commit | 975b025c7952d148392cc17b48388a4ee5dcbd45 (patch) | |
| tree | e8856c065b7bae7e9bb66987d07a1f2561c7d60a /docs/whatsnew-1.9.rst | |
| parent | b54a702599e00827ae0389808d07f941cdfb04c5 (diff) | |
| download | pyramid-975b025c7952d148392cc17b48388a4ee5dcbd45.tar.gz pyramid-975b025c7952d148392cc17b48388a4ee5dcbd45.tar.bz2 pyramid-975b025c7952d148392cc17b48388a4ee5dcbd45.zip | |
update whatsnew-1.9
Diffstat (limited to 'docs/whatsnew-1.9.rst')
| -rw-r--r-- | docs/whatsnew-1.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst index eca159d4c..0c3385a66 100644 --- a/docs/whatsnew-1.9.rst +++ b/docs/whatsnew-1.9.rst @@ -39,6 +39,8 @@ Minor Feature Additions - When unsupported predicates are supplied to :meth:`pyramid.config.Configurator.add_view`, :meth:`pyramid.config.Configurator.add_route` and :meth:`pyramid.config.Configurator.add_subscriber` a much more helpful error message is output with a guess as to which predicate was intended. See https://github.com/Pylons/pyramid/pull/3054 +- 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 + Deprecations ------------ |
