- zc.buildout is not an install dependency, only used in testing.
0.4.0
------------------
Breaking changes:
- Drop support for Python 3.4.
New features:
- When environment variable ``Z3C_AUTOINCLUDE_DEBUG`` is set, log which packages are being automatically included. Do this in a form that you can copy to a ``configure.zcml`` file.
- Add support for Python 3.8.
0.3.9
------------------
Bug fixes:
- Catch and ignore AttributeError for ``module.__file__``. Fixes `issue 6 <https://github.com/zopefoundation/z3c.autoinclude/issues/6>`_. [maurits]
0.3.8
------------------
New features:
- Add support for Python 3.6 and 3.7.
Bug fixes:
- Fix the ``includePlugins`` directive to read filenames as native strings in Python 3.