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

1.0.0a1 (2013-03-03)
--------------------


- Added support for Python 3.3.

- Changed ``zope.testbrowser`` tests to ``WebTest``, since ``zope.testbrowser``
  is not yet ported.

- Replaced deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Dropped support for Python 2.4 and 2.5.


0.8.0 (2010-07-12)
------------------

- Replaced `zope.app.pagetemplate` test dependency by
  `zope.browserpage` as the needed ``metaconfigure.registerType`` has
  been moved there lately without leaving a BBB import.


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
