- Drop the dependency on ``zope.component`` as the interface and implementation of ``ObjectEvent`` is now in ``zope.interface``. Retained the dependency for the tests.
- Fix: ``.moved`` tried to notify the wrong event.
4.0.2
==================
- Add Trove classifiers indicating CPython and PyPy support.
4.0.1
==================
- Add `tox.ini`.
4.0.0
==================
- Test coverage at 100%.
- Add support for Python 3.3 and PyPy.
- Replace deprecated ``zope.interface.implements`` usage with equivalent ``zope.interface.implementer`` decorator.
- Drop support for Python 2.4 and 2.5.
3.7.0
==================
- Add convenience functions to parallel ``zope.lifecycleevent.modified`` for the other events defined in this package.
3.6.2
==================
- Add not declared, but needed test dependency on ``zope.component [test]``.