Add UPGRADE file

This commit is contained in:
Jeroen Thora
2021-12-10 21:02:10 +01:00
parent 3557bb0488
commit 3d99af907f

11
UPGRADE-2.4.md Normal file
View File

@@ -0,0 +1,11 @@
UPGRADE FROM 2.x to 2.3
=======================
* [BC Break] In order to have compatibility with Symfony 6, return types have been added to the following methods:
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingObjectDefaultName()`
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingResourceConfigDirectory()`
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingResourceExtension()`
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getObjectManagerElementName()`
* `Doctrine\Bundle\PHPCRBundle\Form\ChoiceList\PhpcrOdmQueryBuilderLoader::getEntities`
* `Doctrine\Bundle\PHPCRBundle\Form\ChoiceList\PhpcrOdmQueryBuilderLoader::getEntitiesByIds`
* `Doctrine\Bundle\PHPCRBundle\Form\Type\DocumentType::getLoader`