=======
CHANGES
=======

4.0.0a1 (2013-02-25)
--------------------

- Added support for Python 3.3.

- Replaced deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Dropped support for Python 2.4 and 2.5.


3.8.2 (2011-11-29)
------------------

- Conform to repository policy.

3.8.1 (2009-12-27)
------------------

- Removed ``zope.app.testing`` dependency.

3.8.0 (2009-02-01)
------------------

- Move core functionality from ``zope.app.catalog`` to this package.
  The ``zope.app.catalog`` package now only contains ZMI-related browser
  views and backward-compatibility imports.
