Merge branch '2.8'

* 2.8:
  [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention
This commit is contained in:
Fabien Potencier 2015-11-28 16:44:17 +01:00
commit 6e6ac49946
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CHANGELOG
* deprecated the `key` setting of `anonymous`, `remember_me` and `http_digest`
in favor of the `secret` setting.
* deprecated the `intention` firewall listener setting in favor of the `csrf_token_id`.
2.6.0
-----

View File

@ -23,6 +23,8 @@ CHANGELOG
`Symfony\Component\Security\Core\Authorization\Voter\VoterInterface`.
* deprecated `getSupportedAttributes()` and `getSupportedClasses()` methods of
`Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter`, use `supports()` instead.
* deprecated the `intention` option for all the authentication listeners,
use the `csrf_token_id` option instead.
2.7.0
-----