summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-08-20 15:02:44 -0500
committerJason Madden <jamadden@gmail.com>2018-08-20 15:02:44 -0500
commit1d553ae96dcc185e54cb9832203f6bb42ebda79b (patch)
tree03835733e08423683472d8216576adb4ed4554e4 /CHANGES.rst
parent23c968296fe58becae0a5e21f6a745827b7d11cb (diff)
downloadzope-security-1d553ae96dcc185e54cb9832203f6bb42ebda79b.tar.gz
Add ``ISystemPrincipal`` and make ``system_user`` a regular object that implements itfeature/system-user-regular-object
This facilitates adding adapter registrations for the system user.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 501405d..f0ba71e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,10 @@
4.2.4 (unreleased)
==================
-- Nothing changed yet.
+- Add the interface ``ISystemPrincipal`` and make
+ ``zope.security.management.system_user`` a regular object that
+ implements this interface. This facilitates providing adapter
+ registrations specifically for the ``system_user``.
4.2.3 (2018-08-09)