From aed2c40a92c70228b3752fc02791224d5f422ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 3 Apr 2025 15:08:28 +0200 Subject: [PATCH] fix: Add missing newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .../app_upgrade_guide/upgrade_to_31.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst index 15fa79764..1e9e7819a 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst @@ -81,6 +81,7 @@ Removed APIs subscribe('notifications:action:execute', (event) => { console.info('Notification action has been executed:', event.notification, event.action) }) + - Legacy class ``OC_API`` was moved to a private namepsace. It should not be needed by applications. Back-end changes