diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-12-03 10:39:09 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-12-03 10:39:09 +0100 |
commit | 7eb492b77a30498c9d563032866fd0aaf494e44c (patch) | |
tree | 477b8b8549816905715e096b14f3a50da4cf161e /user_guide_src/source/changelog.rst | |
parent | d2485a3c8f62a6963cf5c49195e490ac67135b5d (diff) | |
parent | df5299fd41c03ce2ad2e302e265aace36751bd31 (diff) |
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into userguide/database_utilities
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 242881c99..f01ff8a5d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -473,6 +473,7 @@ Release Date: Not Released - Changed default value of the ``$xss_clean`` parameter to NULL for all methods that utilize it, the default value is now determined by the ``$config['global_xss_filtering']`` setting. - Added method ``post_get()`` and changed ``get_post()`` to search in GET data first. Both methods' names now properly match their GET/POST data search priorities. - Changed method ``_fetch_from_array()`` to parse array notation in field name. + - Changed method ``_fetch_from_array()`` to allow retrieving multiple fields at once. - Added an option for ``_clean_input_keys()`` to return FALSE instead of terminating the whole script. - Deprecated the ``is_cli_request()`` method, it is now an alias for the new :func:`is_cli()` common function. - Added an ``$xss_clean`` parameter to method ``user_agent()`` and removed the ``$user_agent`` property. |