- Documentation is hosted at https://zopelifecycleevent.readthedocs.io
4.1.0
==================
- Add support for PyPy3.
- Add support for Python 3.4.
4.0.3
==================
- 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.