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

3.7.2 (2010-05-25)
------------------

- Fixed unit tests broken under Python 2.4 by the switch to the standard
  library ``doctest`` module.


3.7.1 (2010-04-30)
------------------

- Removed use of 'zope.testing.doctest' in favor of stdlib's 'doctest.

- Fixed dubious quoting in metadirectives.py. Closes
  https://bugs.launchpad.net/zope2/+bug/143774.


3.7.0 (2009-12-22)
------------------

- Depend on zope.browserpage in favor of zope.app.pagetemplate.


3.6.1 (2009-08-29)
------------------

- Fixed unit tests in README.txt.


3.6.0 (2009-08-02)
------------------

- Optimize the the script tag for the JS viewlet. This makes YSlow happy.

- Remove ZCML slugs and old zpkg-related files.

- Drop all testing dependncies except ``zope.testing``.


3.5.0 (2009-01-26)
------------------

- Removed the dependency on `zope.app.publisher` by moving four simple helper
  functions into this package and making the interface for describing the
  ZCML content provider directive explicit.

- Typo fix in CSSViewlet docstring.


3.4.2 (2008-01-24)
------------------

- Re-release of 3.4.1 because of brown bag release.


3.4.1 (2008-01-21)
------------------

- bugfix, implemented missing __contains__ method in IViewletManager

- implemented additional viewlet managers offering weight ordered sorting

- implemented additional viewlet managers offering conditional filtering


3.4.1a (2007-4-22)
------------------

- bugfix, added a missing ',' behind zope.i18nmessageid.

- recreated the README.txt removing everything except for the overview.


3.4.0 (2007-10-10)
------------------

- Initial release independent of the main Zope tree.
