diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index 0a8fa5574a0..c125efb971c 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -29,6 +29,10 @@ Search The unified search replaces the traditional search input, hence ``OCA.Search`` became a noop. For backwards compatibility, the code will not raise any errors now, but it does not have any functionality. +Removed globals +*************** + +* ``escape-html``: use `the escape-html package ` or similar Back-end changes ^^^^^^^^^^^^^^^^