summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-06-14 18:58:29 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-06-14 19:35:57 +0200
commitb36f5d2868e71934a8d76d3151138536fa323511 (patch)
tree88598a63c4d23af5fc490993237afc4492db106c
parentf661d9367f281bce3704211a06028b82c1ed3314 (diff)
downloadsymfony-security-b36f5d2868e71934a8d76d3151138536fa323511.zip
symfony-security-b36f5d2868e71934a8d76d3151138536fa323511.tar.gz
symfony-security-b36f5d2868e71934a8d76d3151138536fa323511.tar.bz2
added missing deprecation in CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 052f883..22eb9cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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