diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 16:33:16 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 16:33:16 +0100 |
commit | e30e400581a663045486985d0e75bc77631a2ef2 (patch) | |
tree | 2dc878458e04877526fb6a3dbe37103dbd0317dc /user_guide_src/source/changelog.rst | |
parent | a2bd3637c0eeb9e0e6be48dd10167febac440774 (diff) | |
parent | 67f27bdba328129134a41c06aec47210d9a21713 (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
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 89a6a9540..e96076164 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 |