From f91b7059463559adfba432ba29164e926000a2ec Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 18 Dec 2024 19:57:11 +0100 Subject: [PATCH] feat(31): info about added LoadAdditionalEntriesEvent Signed-off-by: Arthur Schiwon --- .../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 e6fb514cbba..94bd082bdc2 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 @@ -106,6 +106,7 @@ Added APIs - ``OCP\SetupCheck\CheckServerResponseTrait`` was added to ease implementing custom :ref:`setup checks` which need to check HTTP calls to the the server itself. - Any implementation of ``OCP\Files\Mount\IMountPoint`` can additionally implement ``OCP\Files\Mount\IShareOwnerlessMount`` which allows everyone with share permission to edit and delete any share on the files and directories below the mountpoint. +- ``OCP\Navigation\Events\LoadAdditionalEntriesEvent`` is dispatched when the navigation manager needs to know about its entries, apart of standard app entries that are loaded automatically. This is only relevant for apps that provide extraneous entries. Changed APIs ^^^^^^^^^^^^