=======
Changes
=======

3.1.0 (2021-04-07)
==================

- Add support for Python 3.7, 3.8 and 3.9.

- Fix compatibility with ``zope.component >= 5`` and newer versions of other
  dependencies.

- Fix inconsistent IRO.

- Drop support for Python 3.4.

3.0.1 (2018-01-15)
==================

- Additional test fixes for Python 3 compatibility.

3.0.0 (2018-01-10)
==================

- Python 3 compatibility.

1.3 (2012-05-02)
================

- Use the grokcore.component API for registering components.

1.2 (2011-04-04)
================

- Minor test fixes.

1.1 (2011-01-20)
================

- Use zope.errorview in the functional tests to get rid of the zope.app.http
  dependency.

1.0 (2011-01-03)
================

- Factor out form grok base package
