==================
- Add support for Python 3.2.
- Drop ``zope.component`` as a testing requirement. Instead, register
explicit (dummy) adapter hooks where needed.
- Add PyPy support.
- 100% unit test coverage.
- Add support for continuous integration using ``tox`` and ``jenkins``.
- Add Sphinx documentation: moved doctest examples to API reference.
- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).
- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs
``nose``, ``coverage``, and testing dependencies).
- Drop support for Python 2.4 and 2.5.
- Include tests of the LocationCopyHook from zope.location.