Skip to content

Commit 276c2e0

Browse files
authored
Merge pull request #12998 from nextcloud/backport/12997/stable31
[stable31] feat: Document removal of OC_API legacy class
2 parents 33350e5 + 8c2ea12 commit 276c2e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Removed APIs
8282
console.info('Notification action has been executed:', event.notification, event.action)
8383
})
8484
85+
- Legacy class ``OC_API`` was moved to a private namespace. It should not be needed by applications.
86+
8587
Back-end changes
8688
----------------
8789

0 commit comments

Comments
 (0)