From a6d7ddbc3f2fe9292285170cf04478a92200c539 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 8 Feb 2024 18:51:18 +0100 Subject: [PATCH] fix(developer): Mention removal of global `autosize` Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_29.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst index 2477fc6b5..9a5413143 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst @@ -39,6 +39,11 @@ Removed APIs * tbd +Removed globals +^^^^^^^^^^^^^^^ + +* Global ``autosize`` is removed, it was deprecated for over 4 years and scheduled for removal with Nextcloud 20. If you still need it you should ship your own version. + Back-end changes ----------------