summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorMike Funk <mfunk@xulonpress.com>2012-02-24 15:45:02 +0100
committerMike Funk <mfunk@xulonpress.com>2012-02-24 15:45:02 +0100
commit7c26fab4a3db098ef5c4264c33cd4792c2b7a621 (patch)
treed66016665dd5b70c9ecaa5fbec49f235dc314a73 /user_guide_src/source/changelog.rst
parent64d72b1b85efd3810a036b54d40d36ade6cd9f86 (diff)
updated changelog and user guide.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 00d70f323..fd67ac233 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -71,6 +71,7 @@ Release Date: Not Released
- 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.
+ - Added all_flashdata method to session class. Returns an associative array of only flashdata.
- Core