diff options
author | JonoB <jon@accountsportal.com> | 2012-03-04 15:37:30 +0100 |
---|---|---|
committer | JonoB <jon@accountsportal.com> | 2012-03-04 15:37:30 +0100 |
commit | 099c478b2ebafd0a1b74e76221ed06c214e195f4 (patch) | |
tree | 91a263b6caf03255cf2d6c0657a13b5d8f0b065e /user_guide_src/source/changelog.rst | |
parent | 790eb70064e4bfac67399e7e0e9d3dc329839428 (diff) |
Allow users to specify an array for validation, instead of alway using the $_POST array
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 2ada9ee67..2158104f9 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -83,6 +83,7 @@ Release Date: Not Released - 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. + - Added function set_data() to Form_validation library, which can be used in place of the default $_POST array. - Changed the Session library to select only one row when using database sessions. - Core |