summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5a7e37a..884b2b5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,10 @@
``ForbiddenAttribute`` on Python 3. See `issue 75
<https://github.com/zopefoundation/zope.security/issues/75>`_.
+- Remove usage of ``unittest.makeSuite`` as it is deprecated in Python 3.11+.
+ See `issue 83
+ <https://github.com/zopefoundation/zope.security/issues/83>`_.
+
5.2 (2022-03-10)
================