fix(developer): add missing deprecations to the changelog of stable23

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-10-13 15:29:05 +02:00
committed by backportbot[bot]
parent 357e475eb1
commit 599fa4284f

View File

@@ -30,3 +30,11 @@ Updated core libraries
*****************
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.
Front-end changes
-----------------
Deprecated APIs
^^^^^^^^^^^^^^^
* The `OCA.Sharing.ExternalLinkActions` API was deprecated in favor of `OCA.Sharing.ExternalShareAction`.