summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-11-29 13:23:00 -0600
committerMichael Merickel <michael@merickel.org>2020-11-29 13:23:00 -0600
commitf79396bf461afa2c744047e20c6a39e5d6826f4a (patch)
tree123ce142766910cdb2972ef263f50f61ff18ef82 /CHANGES.rst
parentfc6434b63e70bddbb909036fbec2aad8feb4ab47 (diff)
downloadpyramid-f79396bf461afa2c744047e20c6a39e5d6826f4a.tar.gz
pyramid-f79396bf461afa2c744047e20c6a39e5d6826f4a.tar.bz2
pyramid-f79396bf461afa2c744047e20c6a39e5d6826f4a.zip
remove authenticated_identity reference
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f3333abc9..d3a372629 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,7 @@ Features
- ``pyramid.config.Configurator.set_security_policy``.
- ``pyramid.interfaces.ISecurityPolicy``
- - ``pyramid.request.Request.authenticated_identity``.
+ - ``pyramid.request.Request.identity``.
- ``pyramid.request.Request.is_authenticated``
- ``pyramid.authentication.SessionAuthenticationHelper``
- ``pyramid.authorization.ACLHelper``