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

0.7.1 (2009-12-26)
------------------

- Removed dependency on ``z3c.i18n`` by declaring the z3c
  `MessageFactory` locally.

- Using python ``doctest`` module instead of
  ``zope.testing.doctestunit`` as it deprecated now.


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

- Adjust dependencies and imports, to 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
