[Form] fix option name in changelog

This commit is contained in:
Christian Flothmann 2016-01-30 21:05:11 +01:00
parent 8c0b48f6ca
commit 0c4b636c24
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
-----