From ce1c7552cfe816103aa8c3ca1a34283fa27fd450 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 8 Sep 2025 18:01:39 +0200 Subject: [PATCH] refactor(developer): remove non used changelog sections Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_25.rst | 5 ----- .../app_upgrade_guide/upgrade_to_28.rst | 5 ----- .../app_upgrade_guide/upgrade_to_32.rst | 15 --------------- 3 files changed, 25 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst index 128ac405af6..79a25175940 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst @@ -49,11 +49,6 @@ The `christophwurst/nextcloud `_ package. The content is the same and all older versions were generated, so you can transition right away no matter which versions you support. -Changed APIs -^^^^^^^^^^^^ - -tbd - Removed APIs ^^^^^^^^^^^^ diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst index ccfeb7527d8..b3c58e99af9 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst @@ -41,11 +41,6 @@ Added APIs * ``files:node:moved``: the node has been moved (and its data is already updated) * ``files:node:updated``: the node data has been updated -Changed APIs -^^^^^^^^^^^^ - -* tbd - Deprecated APIs ^^^^^^^^^^^^^^^ diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index ea8d92201fb..7d4244d47b1 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -45,27 +45,12 @@ Icons should be outlined When using Material Icons, use the outlined variant where possible. Exceptions to this are app icons themselves, file type icons, as well as icons that were already a single line, such as the plus or checkmark icons. Reasoning and more details are in `the issue `_. -Added APIs -^^^^^^^^^^ - -- TBD - -Changed APIs -^^^^^^^^^^^^ - -- TBD - Deprecated APIs ^^^^^^^^^^^^^^^ - ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated. Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar. -Removed APIs -^^^^^^^^^^^^ - -- TBD - Back-end changes ----------------