diff options
author | Ignasimg <ignasimg@gmail.com> | 2015-02-26 02:49:39 +0100 |
---|---|---|
committer | Ignasimg <ignasimg@gmail.com> | 2015-02-26 02:49:39 +0100 |
commit | 7325fce4f6ea6454c948539598d10eb319244939 (patch) | |
tree | 69cb8c46bfe4357df9ee67966256e6ca9cdd70f2 | |
parent | cae95883a03b686d24b1d62191f38723ae958960 (diff) |
Update changelog.rst
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 311aec20b..9ed55809e 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -492,8 +492,7 @@ Release Date: Not Released - 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 :php:func:`is_cli()` common function. - Added an ``$xss_clean`` parameter to method ``user_agent()`` and removed the ``$user_agent`` property. - - Added gettable property ``raw_input_stream`` to access the **php://input** data. - - Changed method ``input_stream()`` to obtain the data from ``raw_input_stream`` property. + - Added property ``$raw_input_stream`` to access **php://input** data. - :doc:`Common functions <general/common_functions>` changes include: |