- Compile ``*.mo`` files at release time instead of including them in the repository.
- Drop support for Python 2.7, 3.5, 3.6.
1.1.0
------------------
- Add support for Python 3.8, 3.9 and 3.10.
- Drop support for Python 3.4.
1.0.0
------------------
- Add support for Python 3.6 and 3.7. Drop support for Python 3.5 and below. Drop Python 2.6 support.
- Drop support for ``None`` passwords, since they are not supported in the underlying APIs anymore.
1.0.0a1
--------------------
- Add support for Python 3.3.
- Drop dependency on ``zope.app.testing`` and ``zope.app.authentication``.
- Replace deprecated ``zope.interface.implements`` usage with equivalent ``zope.interface.implementer`` decorator.
- Drop support for Python 2.4 and 2.5.
0.11.1
-------------------
- ``TooSimilarPassword``: do not round ``maxSimilarity`` up, because we sometimes use 0.999 to avoid the same password set. 0.999 would be displayed as 100% (100% vs. 100%)