From af3458a7882d5ea6dd68bba5390870eaf69853ab Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 31 May 2023 11:12:59 +0200 Subject: [PATCH] fix(developer): Deduplicate "Changed API" section in 27 upgrade docs Signed-off-by: Joas Schilling --- .../app_upgrade_guide/upgrade_to_27.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst index 329f2706d..2a257822a 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst @@ -50,6 +50,9 @@ Changed APIs ^^^^^^^^^^^^ * ``\OCP\UserMigration\ISizeEstimationMigrator::getEstimatedExportSize()`` now returns ``int|float`` to support 32-bit systems. (`nextcloud/server#38104 `_) +* ``\OCP\Files\FileInfo::getOwner`` documented return type is now nullable, to match what was already returned by the implementation (`nextcloud/server#36836 `_) +* ``\OCP\Files\File::fopen`` and ``\OCP\Files\SimpleFS\ISimpleFile::read`` documented return types are now nullable, to match what was already returned by the implementations (`nextcloud/server#36836 `_) + Deprecated APIs ^^^^^^^^^^^^^^^ @@ -62,13 +65,6 @@ Removed APIs * Intermediate transition event classes ``\OCP\WorkflowEngine\IEntityCompat`` and ``\OCP\WorkflowEngine\IOperationCompat`` have been removed as advertised for 2023 (`nextcloud/server#37040 `_) -Changed APIs -^^^^^^^^^^^^ - -* ``\OCP\Files\FileInfo::getOwner`` documented return type is now nullable, to match what was already returned by the implementation (`nextcloud/server#36836 `_) -* ``\OCP\Files\File::fopen`` and ``\OCP\Files\SimpleFS\ISimpleFile::read`` documented return types are now nullable, to match what was already returned by the implementations (`nextcloud/server#36836 `_) - - Behavioral changes ^^^^^^^^^^^^^^^^^^