----------------
- Add support for Python 3.7.
- Drop support for Python 3.4.
- Force recompilation of scripts as the compiled code is now stored
on `__code__` instead of `func_code`.
- Add a Python 3 compatible default script.
(`10 <https://github.com/zopefoundation/Products.PythonScripts/pull/10>`_)
- Fix security declaration for ``Products.PythonScripts.standard`` which was
broken since version 3.0.
(`Zope209 <https://github.com/zopefoundation/Zope/issues/209>`_)
- Fix HTTP-500 error which occurred when entering code containing a
syntax error in a PythonScript. It is now rendered as error message like
other errors.
(`11 <https://github.com/zopefoundation/Products.PythonScripts/issues/11>`_)
- Update the tests to `RestrictedPython >= 4.0b4`, thus requiring at lest this
version.
(`17 <https://github.com/zopefoundation/Products.PythonScripts/pull/17>`_)
- Update HTML code of ZMI for Bootstrap ZMI.
(`16 <https://github.com/zopefoundation/Products.PythonScripts/pull/16>`_)
- Drop support for historical versions which no longer exist since Zope 4.0a2.