- Correction of the use of Pdata when editing content (`23 <https://github.com/zopefoundation/Products.ExternalEditor/issues/23>`_)
4.0
----------------
- Ensure an object's editable body is cast to bytes (`20 <https://github.com/zopefoundation/Products.ExternalEditor/issues/20>`_)
- Add support for Python 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
3.1.0
------------------
- Add support for Python 3.9, 3.10.
- Change package structure to move package code into a ``src`` subfolder.
- Fix bug which prevented ZMI from rendering, when Products.ExternalEdit was installed. (`18 <https://github.com/zopefoundation/Products.ExternalEditor/pull/18>`_)
3.0.1
------------------
Bug fixes:
- Add support for recent Python 3 versions [ale-rt]
3.0
----------------
- Fix zmi-patches for Zope 4. [pbauer]
- Drop support for Python 2.6.
- Adapt tests to Zope 4.
- Add needed dependencies in `setup.py`.
- Prepare for Python 2 / 3 compatibility [davilima6]