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

0.8.0 (2009-11-30)
------------------

- adjust dependencies, reflect changes in zope packages, use new packages and
  skip dependency to zope.app.publisher


0.7.1 (2009-10-27)
------------------

- Bugfix for z3c.form 2.2.0 changes. Removed name definition in Step
  class. This will prevent to run into an error based on the z3c.form
  changes.


0.7.0 (2009-08-15)
------------------

- Added support for field groups in step template. (Copied over from
  z3c.formui.)

- There were two metal define-slots named `header`. Renamed the first
  one to `wizard-header`.



0.6.0 (2009-07-10)
------------------

- Remove dependency on z3c.i18n as it wasn't really used and we can
  easily recreate a message factory for the "z3c" domain.

- Fixed tests to work with z3c.form 2.0.

- Added another doctest to the `long_description`.

- Changed package's mailing list address to zope-dev at zope.org instead
  of the retired zope3-dev one.

0.5.0 (2009-02-22)
------------------

- Initial Release
