==================
- Replace use of long-deprecated ``zope.testing.doctest`` with stdlib's
``doctest``.
- Add support for PyPy (PyPy3 support is blocked on a PyPy3-compatible
release of ``zodbpickle``).
- Convert doctests to Sphinx documentation, including building docs
and running doctest snippets under ``tox``.