feat: Document move of OC_Image to OC\Image

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2025-04-03 14:45:17 +02:00
parent 7678ff6469
commit 4ffe407b04
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

View File

@ -61,7 +61,7 @@ Added APIs
Changed APIs
^^^^^^^^^^^^
- TBD
- Legacy class ``OC_Image`` was moved to ``OC\Image``. You should never use it directly but use ``new \OCP\Image()`` instead for building the object and the ``OCP\IImage`` interface for calling methods.
Deprecated APIs
^^^^^^^^^^^^^^^