summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRS71 <mr.toaster@gmail.com>2012-01-03 15:50:55 +0100
committerRS71 <mr.toaster@gmail.com>2012-01-03 15:50:55 +0100
commit0fc6409cae13c6be6749e1f160a144fc90713f8b (patch)
tree19dce19c6b83b8b27e39057e29a63cb0a64f260c
parent23ea93bf58bb3ad47bad08c17efa4067abbb5253 (diff)
Update user_guide_src/source/changelog.rst
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 59d2ea88d..b2f247589 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -61,6 +61,8 @@ Release Date: Not Released
if they are set manually after initialization.
- Minor speed optimizations and method & property visibility declarations in the Calendar Library.
- Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`.
+ - Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional.
+
- Core