Skip to content

Commit c001015

Browse files
authored
Merge pull request #14745 from nextcloud/backport/14741/stable33
2 parents d9c8b5e + 90d381d commit c001015

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,5 @@ Removed APIs
200200
- ``IServerContainer::getSystemTagManager()``
201201
- ``IServerContainer::getSystemTagObjectMapper()``
202202
- ``IServerContainer::getTagManager()``
203+
204+
- The legacy autoloader ``\OC::$loader`` was removed. It should not impact your application. It may impact your tests if they were using it. Please consider including ``tests/autoload.php`` from server instead.

0 commit comments

Comments
 (0)