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

2.0.0a1 (2013-02-27)
--------------------

- Added support for Python 3.3.

- Moved ``zope.app.testing`` dependency to ``zope.site.testing``.

- Moved ``zope.app.container`` dependency to ``zope.container``.

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

- Dropped support for Python 2.4 and 2.5.


1.1.1 (2010-12-12)
------------------

- Added needed but not declated test dependency on ``zope.app.container``.

- Using Python's ``doctest`` module instead of depreacted
  ``zope.testing.doctest``.

1.1.0 (2009-05-29)
------------------

- Feature: Added ability to register a Null-adapter as a breadcrumb. A
  null-breadcrumb will cause the item not to be displayed in the breadcrumbs.

1.0.3 (2008-12-13)
------------------

- Bug: Fixed ``IBreadcrumbs`` to match implementation.
- Clean up dependencies.


1.0.2 (2008-01-23)
------------------

- Bug: Fixed the package's long description.

- Feature: Use the correct ``DocFileSuite`` class that counts tests properly.


1.0.1 (2007-01-21)
------------------

- Bug: Test coverage brought up to 100%.

- Feature: Register default ``IBreadcrumbs`` adapter.

- Bug: Default ``IBreadcrumbs`` stops only on virtual host root, not on
  ``ISite`` object


1.0.0 (7/10/2007)
-----------------

- Initial Release
