Merge pull request #10573 from nextcloud/fix/devmanual-changelog-upgrade-guide

fix(devmanual): Deprecations are documented by release, not year
This commit is contained in:
Christoph Wurst 2023-06-07 13:03:33 +02:00 committed by GitHub
commit bfa985e1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
.. _app-upgrade-guide:
=================
App upgrade guide
=================
.. _app-upgrade-guide:
Once you've created and published the first version of your app, you will want to keep it up to date with the latest Nextcloud features.
These sub pages will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing apps.

View File

@ -7,7 +7,9 @@ Changelog
Deprecations
------------
This is a deprecation roadmap which lists all current deprecation targets and will be updated from release to release. This lists the year when a specific method or class will be removed.
Deprecations are now documented by Nextcloud major release, not time. See :ref:`app-upgrade-guide`.
Below is the old deprecation roadmap which lists older deprecations by year.
.. note:: Deprecations on interfaces also affect the implementing classes!