Merge pull request #11522 from nextcloud/fix/docs-remove-autosize

fix(developer): Mention removal of global `autosize`
This commit is contained in:
Ferdinand Thiessen 2024-02-08 21:51:07 +01:00 committed by GitHub
commit a69abbdffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,11 @@ Removed APIs
* tbd
Removed globals
^^^^^^^^^^^^^^^
* Global ``autosize`` is removed, it was deprecated for over 4 years and scheduled for removal with Nextcloud 20. If you still need it you should ship your own version.
Back-end changes
----------------