- Fix fallback when ``zope.i18nmessageid`` is not installed (regression introduced in 7.0.0).
7.0.0
==================
- Add support for Python 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
- Drop ``zope.schema._compat`` module.
- Fix test deprecation warning on Python 3.11. (`112 <https://github.com/zopefoundation/zope.schema/issues/112>`_)
6.2.1
==================
- Fix outsized integer test values that break tests on newer Python versions. (`115 <https://github.com/zopefoundation/zope.schema/issues/115>`_)
6.2.0
==================
- Add support for Python 3.10.
6.1.1
==================
- Fix incompatibility introduced in 6.1.0: The `Bool` field constructor implicitly set required to False if not given. While this is the desired behavior in most common cases, it broke special cases. See `issue 104 <https://github.com/zopefoundation/zope.schema/issues/104>`_ (scroll down, it is around the *reopen*).