==================
- Add support for Python 3.5, 3.6 and PyPy.
- Replace dependency on ``ZODB3`` with ``BTrees`` and ``persistent``.
- Drop test dependency on ``zope.app.testing``.
- The synchronization view now uses Python's built-in transport for
handling Basic Authentication. As a reminder, Basic Authentication
does not permit a colon (``:``) in the username, but does allow colons
in the password (if the server properly conforms to the specification).