Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1392c8f

Browse files
committed
[Form] [DoctrineBridge] updated changelogs after symfony#18359
follows symfony#18359.
1 parent ae1baac commit 1392c8f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/Symfony/Bridge/Doctrine/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ CHANGELOG
44
3.1.0
55
-----
66

7-
* added "{{ value }}" message placeholder to UniqueEntityValidator
7+
* added "{{ value }}" message placeholder to UniqueEntityValidator
8+
* deprecated `DoctrineChoiceLoader::$factory`
9+
* deprecated passing `ChoiceListFactoryInterface` as first argument of
10+
`DoctrineChoiceLoader`'s constructor
811

912
3.0.0
1013
-----

src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class DoctrineChoiceLoader implements ChoiceLoaderInterface
2626
{
2727
/**
2828
* @var ChoiceListFactoryInterface
29+
*
30+
* @deprecated since 3.1, to be removed in 4.0.
2931
*/
3032
private $factory;
3133

src/Symfony/Component/Form/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHANGELOG
1010
* Using callable strings as choice options in `ChoiceType` has been deprecated
1111
and will be used as `PropertyPath` instead of callable in Symfony 4.0.
1212
* implemented `DataTransformerInterface` in `TextType`
13+
* deprecated caching loaded choice list in `LazyChoiceList::$loadedList`
1314

1415
3.0.0
1516
-----

0 commit comments

Comments
 (0)