- Depend on ``zope.browserpage`` in favor of ``zope.app.pagetemplate``.
3.6.1
==================
- Fix unit tests in README.txt.
3.6.0
==================
- 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
==================
- Remove 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
==================
- Re-release of 3.4.1 because of brown bag release.
3.4.1
==================
- Implement missing ``__contains__`` method in IViewletManager