diff --git a/CHANGES.rst b/CHANGES.rst index f519e3b5df..cd683238da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,15 @@ https://github.com/zopefoundation/Zope/blob/4.0a6/CHANGES.rst 4.0b9 (unreleased) ------------------ +Breaking changes +++++++++++++++++ + +- Remove support for Bobo Call Interface + (`#462 `_) + +- Remove support for ``management_page_charset`` + (`#313 `_) + Features ++++++++ @@ -31,7 +40,7 @@ Fixes - Show the content add widget again on ZCatalogs (`ZCatalog#45 `_) -- Improved showing/hiding of the left-hand tree pane +- Improve showing/hiding of the left-hand tree pane (`#457 `_) - Recreate ``App.version_txt.getZopeVersion`` @@ -42,7 +51,7 @@ Fixes - Don't error out when showing permissions for a non-existent user (`#437 `_) - + - Fix ZMI listing view for narrow displays. (`#471 `_) @@ -58,15 +67,6 @@ Other changes - Update dependencies to newest versions. -Breaking changes -++++++++++++++++ - -- Removed support for Bobo Call Interface - (`#462 `_) - -- Removed support for ``management_page_charset`` - (`#313 `_) - 4.0b8 (2018-12-14) ------------------