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

1.0.0a1 (2013-03-03)
--------------------

- Added support for Python 3.3.

- Changed ``zope.testbrowser`` tests to ``WebTest``, since ``zope.testbrowser``
  is not yet ported.

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

- Dropped support for Python 2.4 and 2.5.


- Fixed test setup and tests to run with current versions of the
  required packages.


0.6.0 (2009-12-01)
------------------

- Adjusted dependencies, skiped dependency on `zope.app.publisher` and
  `zope.app.http` and reflected changes in Zope packages.


0.5.3 (2009-07-24)
------------------

- Fix tests to work with latest packages.


0.5.2 (2009-02-19)
------------------

- No longer depends on deprecated ``z3c.viewlet``.

- Fixed tests to run with current ``z3c.form``.

- Fixed long_description to render properly on pypi.


0.5.1 (2008-01-24)
------------------

- Bug: Fix meta-data.


0.5.0 (2008-01-21)
------------------

- Initial Release
