summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorSteffen Allner <sa@gocept.com>2022-04-13 11:37:40 +0200
committerSteffen Allner <sa@gocept.com>2022-04-13 11:37:40 +0200
commit4e058ea94ac23a5cc1987fdf7bf49a657464416c (patch)
treeb046c9bad2e99db590927a8185dbdb24f582f834 /CHANGES.rst
parentf3533a1ffa45414037aff07c998e29be8a4c8be8 (diff)
downloadzope-security-4e058ea94ac23a5cc1987fdf7bf49a657464416c.tar.gz
re #83: Remove `unittest.makeSuite` as it is deprecated in Python 3.11+.
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)
================