summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-11-28 16:44:17 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2015-11-28 16:44:17 +0100
commit4cd8503763e54eefccebd4d784fc6f7160219dbe (patch)
tree416ff705310b14b02e99677a10ad02b5a84a33cc
parent482c58d35a7b03e2e8018b496f4437d249dc26ad (diff)
parent9e5425dc3f06ca0bd0d7e30eb7573702f3ce1eca (diff)
downloadsymfony-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.md2
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
-----