mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-14 00:19:22 +07:00
fix(developer): add missing deprecations to the changelog of stable23
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
committed by
backportbot[bot]
parent
357e475eb1
commit
599fa4284f
@@ -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.
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user