diff options
author | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-02 10:10:34 +0100 |
---|---|---|
committer | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-02 10:10:34 +0100 |
commit | 676a0dd74409e7e838b94484ef9ba066dcf6db91 (patch) | |
tree | 4e64d60927bf83d4d779245a2fb8767b6ef86a5e /user_guide_src/source/changelog.rst | |
parent | 963386ba6072d240840b58d6dbe54287edcb04ad (diff) |
updated error_array #565
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 d652f1cbd..6505e7489 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -75,6 +75,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 function error_array() to return all error messages as an array in the Form_validation class. - Core |