diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-28 16:44:17 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-28 16:44:17 +0100 |
commit | 4cd8503763e54eefccebd4d784fc6f7160219dbe (patch) | |
tree | 416ff705310b14b02e99677a10ad02b5a84a33cc | |
parent | 482c58d35a7b03e2e8018b496f4437d249dc26ad (diff) | |
parent | 9e5425dc3f06ca0bd0d7e30eb7573702f3ce1eca (diff) | |
download | symfony-security-4cd8503763e54eefccebd4d784fc6f7160219dbe.zip symfony-security-4cd8503763e54eefccebd4d784fc6f7160219dbe.tar.gz symfony-security-4cd8503763e54eefccebd4d784fc6f7160219dbe.tar.bz2 |
Merge branch '2.8'
* 2.8:
[Security][SecurityBundle] Use csrf_token_id instead of deprecated intention
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa59f4..107ed1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- |