CHANGES
=======

1.3 (2014-07-16)
----------------

- Add placeholder for month widget in z3c forms describing the required month
  format.


1.2 (2013-02-18)
----------------

- Split off widgets into setuptools extra ``form``, and don't include the
  ``browser`` ZCML by ourselves, so clients can use only the domain part of
  this package without the UI parts.

- Added ``firstOfMonth`` method to ``Month``.

- Using `zope.formlib >= 4.0` instead of `zope.app.form`.

- Updated to ZTK 1.1.5.


1.1 (2012-02-09)
----------------

- Add MonthInterval.forYear().
- Declared ``fromString`` method as a class method in interface.


1.0.2 (2011-09-01)
------------------

- Added ``__contains__`` method on ``Month``.


1.0.1 (2011-04-26)
------------------

- Declare dependencies that some upstream packages need but don't declare.

- Use stdlib's doctest module, not zope.testing's which is deprecated.


1.0 (2009-10-05)
----------------

- Initial public release.
