- Remove ``z3c.autoinclude`` of entry_points. [wesleybl]
- Remove dependency on ``zest.releaser`` in extra test. [wesleybl]
- Fix ``ModuleNotFoundError: No module named 'Products.CMFDynamicViewFTI.interface'`` in Plone 6. [wesleybl]
3.0.0
------------------
- Implement plone/code-analysis-action [ericof]
- Drop support to Plone versions 4.3, 5.0 and 5.1 [ericof]
- Drop support to Python 2.7, Python 3.6 and Products.Archetypes [ericof]
2.0.0
------------------
- Raise exception in pathfixer if path is not ascii. [wesleybl]
- Add support for Python 3.6, 3.7 and 3.8. [wesleybl]
- Add support for Plone 5.0, 5.1 and 5.2. [wesleybl]
- Remove supports to Plone 4.0, 4.1 and 4.2. [wesleybl]
- Remove Python 2.6 support. [wesleybl]
1.4.2
------------------
- ``plone.app.transmogrifier.atschemaupdater`` updates fields in fixed order (field names) for bette debuggability. [gotcha]
- ``plone.app.transmogrifier.pathfixer`` now also converts a path into ``str`` and removes any invalid characters from it; this avoids ``UnicodeEncodeError`` in many blueprint sections. [hvelarde]
1.4.1
------------------
- Avoid failures on redirector section when there is no object in referenced path. [hvelarde]
- Fix ``plone.app.transmogrifier.browserdefault`` blueprint section: ``default_page`` and ``layout`` properties should be string, not unicode. [sunew]