Skip to content

Commit ebf99bc

Browse files
Merge pull request #13632 from nextcloud/refactor/clean-non-used-sections
refactor(developer): remove non used changelog sections
2 parents a90fefa + ce1c755 commit ebf99bc

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ The `christophwurst/nextcloud <https://packagist.org/packages/christophwurst/nex
4949
with a now Nextcloud owned `nextcloud/ocp <https://packagist.org/packages/nextcloud/ocp>`_ package. The content is the
5050
same and all older versions were generated, so you can transition right away no matter which versions you support.
5151

52-
Changed APIs
53-
^^^^^^^^^^^^
54-
55-
tbd
56-
5752
Removed APIs
5853
^^^^^^^^^^^^
5954

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ Added APIs
4141
* ``files:node:moved``: the node has been moved (and its data is already updated)
4242
* ``files:node:updated``: the node data has been updated
4343

44-
Changed APIs
45-
^^^^^^^^^^^^
46-
47-
* tbd
48-
4944
Deprecated APIs
5045
^^^^^^^^^^^^^^^
5146

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,12 @@ Icons should be outlined
4545

4646
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 <https://github.com/nextcloud/server/issues/53701>`_.
4747

48-
Added APIs
49-
^^^^^^^^^^
50-
51-
- TBD
52-
53-
Changed APIs
54-
^^^^^^^^^^^^
55-
56-
- TBD
57-
5848
Deprecated APIs
5949
^^^^^^^^^^^^^^^
6050

6151
- ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated.
6252
Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar.
6353

64-
Removed APIs
65-
^^^^^^^^^^^^
66-
67-
- TBD
68-
6954
Back-end changes
7055
----------------
7156

0 commit comments

Comments
 (0)