Skip to content

Commit 0198784

Browse files
committed
minor #15357 #15331 add infos about deprecated classes to UPGRADE-3.0 (vincentaubert)
This PR was merged into the 2.3 branch. Discussion ---------- #15331 add infos about deprecated classes to UPGRADE-3.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15331 | License | MIT | Doc PR | Commits ------- e391446 #15331 add infos about deprecated classes to UPGRADE-3.0
2 parents e607956 + e391446 commit 0198784

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADE-3.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,17 @@ UPGRADE FROM 2.x to 3.0
272272
```php
273273
echo $form->getErrors(true, false);
274274
```
275+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList` class has been removed in
276+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
277+
278+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList` class has been removed in
279+
favor of `Symfony\Component\Form\ChoiceList\LazyChoiceList`.
280+
281+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList` class has been removed in
282+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
283+
284+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in
285+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
275286

276287
### FrameworkBundle
277288

0 commit comments

Comments
 (0)