8000 [Form] [DoctrineBridge] updated changelogs after #18359 · symfony/symfony@0618b69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0618b69

Browse files
committed
[Form] [DoctrineBridge] updated changelogs after #18359
follows #18359.
1 parent 2f562c8 commit 0618b69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Symfony/Bridge/Doctrine/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ CHANGELOG
77
* added "{{ value }}" message placeholder to UniqueEntityValidator
88
* deprecated `MergeDoctrineCollectionListener::onBind` in favor of
99
`MergeDoctrineCollectionListener::onSubmit`
10+
* deprecated `DoctrineChoiceLoader::$factory`
11+
* deprecated passing `ChoiceListFactoryInterface` as first argument of
12+
`DoctrineChoiceLoader`'s constructor
1013

1114
3.0.0
1215
-----

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)
0