From 1d553ae96dcc185e54cb9832203f6bb42ebda79b Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Mon, 20 Aug 2018 15:02:44 -0500 Subject: Add ``ISystemPrincipal`` and make ``system_user`` a regular object that implements it This facilitates adding adapter registrations for the system user. --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES.rst') 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) -- cgit v1.2.1