fix(developer): Add information about API change of \OCP\AppFramework\Db\IMapperException

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
This commit is contained in:
Ferdinand Thiessen
2023-05-30 12:04:53 +02:00
parent debb1e0d26
commit 05e4f59ccc

View File

@@ -63,6 +63,7 @@ Behavioral changes
^^^^^^^^^^^^^^^^^^
* ``\OCP\Files\Cache\CacheEntryRemovedEvent`` will now be dispatched for all files and folders inside the deleted node. (`nextcloud/server#34773 <https://github.com/nextcloud/server/pull/34773>`_)
* ``\OCP\AppFramework\Db\IMapperException`` does now implement ``\Throwable``, previously either ``\OCP\AppFramework\Db\DoesNotExistException`` or ``\OCP\AppFramework\Db\MultipleObjectsReturnedException`` had to be caught explicitly. (`nextcloud/server#37324 <https://github.com/nextcloud/server/pull/37324>`_)
Client APIs
-----------