Skip to content
Snippets Groups Projects
Commit 5c78a714 authored by Chris Müller's avatar Chris Müller Committed by Stefan Bürk
Browse files

[DOCS] Adjust link to Doctrine DBAL upgrade guide in changelog

Additionally, avoid double "see" in consecutive sentences.

Resolves: #103146
Related: #102875
Releases: main
Change-Id: If01e516c07c523dbb4dc7b6acb9cf487c4e6edf0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83030


Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
parent af9694d5
Branches
Tags
No related merge requests found
...@@ -20,11 +20,11 @@ signature changes and removed methods are not mitigated and passed as breaking ...@@ -20,11 +20,11 @@ signature changes and removed methods are not mitigated and passed as breaking
changes. changes.
Custom extensions using low-level Doctrine DBAL API and functionality Custom extensions using low-level Doctrine DBAL API and functionality
directly need to adapt, see upgrade guides for Doctrine DBAL 4 on how directly need to adapt, consult the upgrade guides for Doctrine DBAL on how
to migrate. to migrate.
See `Doctrine DBAL 4.x Upgrade Guide <https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md>`_ See `Doctrine DBAL 4.0 Upgrade Guide <https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md>`__
and `Doctrine DBAL 4.x Upgrade Guide <https://github.com/doctrine/dbal/blob/3.8.x/UPGRADE.md>`_ and `Doctrine DBAL 3.8 Upgrade Guide <https://github.com/doctrine/dbal/blob/3.8.x/UPGRADE.md>`__
for further information about Doctrine DBAL API changes and how to mitigate them. for further information about Doctrine DBAL API changes and how to mitigate them.
.. index:: Database, PHP-API, ext:core .. index:: Database, PHP-API, ext:core
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment