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 ea8d92201..22c6e141e 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 @@ -60,6 +60,7 @@ 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. +- The ``OC.SystemTags`` api is deprecated. If you need to get the list of system tags, check `this merge request `_ for how to fetch the tags directly. Removed APIs ^^^^^^^^^^^^