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

0.7.0 (2009-11-30)
------------------

- adjust dependencies and imports, reflect changes in zope packages


0.6.0 (2009-02-07)
------------------

- Replaced ``zope.app.component`` by ``zope.site``.

- Replaced ``zope.app.container`` by ``zope.container``.

- ``zope.app.pagetemplate`` is only a test dependency.


0.5.1 (2009-01-04)
------------------

- Add support for viewNames that start with ``@@``. They are now
  processed properly by the ViewNameSelectedChecker.

- Added documentation to Pypi home page.


0.5.0 (2008-04-11)
------------------

- bugfix: fixed cssInActive usage. This was broken and ended in not
  using the cssInActive CSS class argument

- added more tests, now we have 100% coverage

- make ISiteMenu only available for ISite but not for IContainmentRoot

- make template pluggable with z3c.template pattern

- initial Release
