- Drastically reduce testing dependencies to make porting easier.
- Replaced deprecated ``zope.interface.implements`` usage with equivalent ``zope.interface.implementer`` decorator.
- Dropped support for Python 2.4 and 2.5.
0.8.0
==================
- ``BasicSourceFactory`` now uses a class variable to tell what kind of source to make. (Same mechanism as it was added for ``ContextualSourceFactory`` in version 0.5.0).