minor #14977 added missing deprecation in CHANGELOG (fabpot)

This PR was merged into the 2.7 branch.

Discussion
----------

added missing deprecation in CHANGELOG

Commits
-------

ddddeb5 added missing deprecation in CHANGELOG
This commit is contained in:
Fabien Potencier 2015-06-15 18:20:32 +02:00
commit f88cfd15d9

View File

@ -19,6 +19,7 @@ CHANGELOG
2.4.0
-----
* Translations in the `src/Symfony/Component/Security/Resources/translations/` directory are deprecated, ones in `src/Symfony/Component/Security/Core/Resources/translations/` must be used instead.
* The switch user listener now preserves the query string when switching a user
* The remember-me cookie hashes now use HMAC, which means that current cookies will be invalidated
* added simpler customization options