================
- Allow calling bound methods of some built-in objects such as ``().__repr__``
and ``{}.__repr__`` by default. This worked on Python 2, but raised
``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>`_.
- Add support for Python 3.11 (as of 3.11.0a7).