Skip to content

Commit 7986c92

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix(developer): add missing deprecations to the changelog of stable23
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 5bb46b3 commit 7986c92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_23.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,12 @@ Updated core libraries
2929
``doctrine/dbal``
3030
*****************
3131

32-
The Doctrine Database Abstraction Layer (dbal) powers Nextcloud's database connection and query builder. In Nextcloud 23 this dependency was updated from 3.0 to 3.1. As a consequence the ``\OC\DB\QueryBuilder\QueryBuilder::getFirstResult`` method now returns ``0`` instead of ``null`` if ``\OC\DB\QueryBuilder\QueryBuilder::setFirstResult`` wasn't called.
32+
The Doctrine Database Abstraction Layer (dbal) powers Nextcloud's database connection and query builder. In Nextcloud 23 this dependency was updated from 3.0 to 3.1. As a consequence the ``\OC\DB\QueryBuilder\QueryBuilder::getFirstResult`` method now returns ``0`` instead of ``null`` if ``\OC\DB\QueryBuilder\QueryBuilder::setFirstResult`` wasn't called.
33+
34+
Front-end changes
35+
-----------------
36+
37+
Deprecated APIs
38+
^^^^^^^^^^^^^^^
39+
40+
* The `OCA.Sharing.ExternalLinkActions` API was deprecated in favor of `OCA.Sharing.ExternalShareAction`.

0 commit comments

Comments
 (0)