Skip to content

#15331 add infos about deprecated classes to UPGRADE-3.0 #15357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2015

Conversation

vincentaubert
Copy link
Contributor

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #15331
License MIT
Doc PR

@@ -272,6 +272,12 @@ UPGRADE FROM 2.x to 3.0
```php
echo $form->getErrors(true, false);
```

* The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you can remove one space at the beginning of the line

@xabbuh
Copy link
Member

xabbuh commented Jul 25, 2015

You should also add the deprecated LayChoiceList and ObjectChoiceList classes.

@vincentaubert
Copy link
Contributor Author

fixed

@xabbuh
Copy link
Member

xabbuh commented Jul 26, 2015

👍

Status: Reviewed

@fabpot
Copy link
Member

fabpot commented Jul 26, 2015

Thank you @vincentaubert.

@fabpot fabpot merged commit e391446 into symfony:2.3 Jul 26, 2015
fabpot added a commit that referenced this pull request Jul 26, 2015
… (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
@vincentaubert vincentaubert deleted the 2.3_15331 branch July 26, 2015 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants