diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-19 14:55:33 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-19 14:55:33 +0100 |
commit | 6c9f06ff70b1d020a9554dc1eaae796f47988d8f (patch) | |
tree | d5405ead3cdccbf115a601df0fb03b2d5e46a45e /user_guide_src/source/changelog.rst | |
parent | 7eea3064af3be5dd0b526056211a510f90a40766 (diff) | |
parent | 1ce0c424dd33d3b72ee61f5b812802ec0f073880 (diff) |
Merge pull request #1074 from mikedfunk/feature/all_flashdata
Feature/all flashdata
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 5dcf54dd9..6d596a4a1 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -92,6 +92,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. - Allowed for setting table class defaults in a config file. - Form Validation library now allows setting of error delimiters in the config file via $config['error_prefix'] and $config['error_suffix']. - Added function error_array() to return all error messages as an array in the Form_validation class. |