Skip to content

Commit e391446

Browse files
committed
symfony#15331 add infos about deprecated classes to UPGRADE-3.0
1 parent e607956 commit e391446

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADE-3.0.md

Lines changed: 11 additions & 0 deletions
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)