minor #17616 [Form] fix option name in changelog (xabbuh)

This PR was merged into the 2.7 branch.

Discussion
----------

[Form] fix option name in changelog

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

Commits
-------

0c4b636 [Form] fix option name in changelog
This commit is contained in:
Fabien Potencier 2016-01-31 08:33:25 +01:00
commit aadd4b6ed4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ CHANGELOG
* moved CSRF implementation to the new Security CSRF sub-component
* deprecated CsrfProviderInterface and its implementations
* deprecated options "csrf_provider" and "intention" in favor of the new options "csrf_token_generator" and "csrf_token_id"
* deprecated options "csrf_provider" and "intention" in favor of the new options "csrf_token_manager" and "csrf_token_id"
2.3.0
-----