diff options
| author | Éric Araujo <merwok@netwok.org> | 2020-07-01 18:33:12 -0400 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2020-07-02 13:09:45 -0400 |
| commit | 70a23ba6e872ae03988caa322f8dd2b03770515c (patch) | |
| tree | 06ffd4c5c36b4cb5b3723cb6e3a25d2fbec0572b /CHANGES.rst | |
| parent | baa59284e1ee26284ecb68d957d5607e40ed786f (diff) | |
| download | pyramid-70a23ba6e872ae03988caa322f8dd2b03770515c.tar.gz pyramid-70a23ba6e872ae03988caa322f8dd2b03770515c.tar.bz2 pyramid-70a23ba6e872ae03988caa322f8dd2b03770515c.zip | |
add tests and docs
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 6b6e1ebbb..753997bf4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,10 +22,13 @@ Features - ``pyramid.config.Configurator.set_security_policy``. - ``pyramid.interfaces.ISecurityPolicy`` - ``pyramid.request.Request.authenticated_identity``. + - ``pyramid.request.Request.is_authenticated`` - ``pyramid.authentication.SessionAuthenticationHelper`` - ``pyramid.authorization.ACLHelper`` + - ``is_authenticated=True/False`` predicate for route and view configs - See https://github.com/Pylons/pyramid/pull/3465 + See https://github.com/Pylons/pyramid/pull/3465 and + https://github.com/Pylons/pyramid/pull/3598 - Changed the default ``serializer`` on ``pyramid.session.SignedCookieSessionFactory`` to use |
