~~~~~~~~~~~
Released January 2020
* The :class:`~pwned_passwords_django.validators.PwnedPasswordsValidator` is
now serializable. This is unlikely to be useful, however, as the validator is
not intended to be attached to a model.
* The supported versions of Django are now 2.2 and 3.0. This means Python 2
support is dropped; if you still need to use ``pwned-passwords-django`` on
Python 2 with Django 1.11, stay with the 1.3 release series of
``pwned-passwords-django``.