summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-19 11:16:38 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-19 11:16:38 +0100
commit50bff7c06c177f580db956ef5df9a490141de5f6 (patch)
tree30301348d846b5d4b179c525ec014f86efe2729f /user_guide_src
parentcf10de5aa03bd7c0036a8347f22ace3089779092 (diff)
Fix possible error messages with do_hash() and alter a changelog entry
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 1c709d4d5..5dcf54dd9 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -35,8 +35,6 @@ Release Date: Not Released
- Removed previously deprecated SHA1 Library.
- Removed previously deprecated use of ``$autoload['core']`` in application/config/autoload.php.
Only entries in ``$autoload['libraries']`` are auto-loaded now.
- - Added support for HttpOnly cookies with new config option ``cookie_httponly`` (Off by default).
- This affects session and CSRF cookies, as well as the behavior of set_cookie() in the Input library and cookie helper.
- Helpers
@@ -111,6 +109,7 @@ Release Date: Not Released
- $config['rewrite_short_tags'] now has no effect when using PHP 5.4 as *<?=* will always be available.
- Added method() to CI_Input to retrieve $_SERVER['REQUEST_METHOD'].
- Modified valid_ip() to use PHP's filter_var() in the :doc:`Input Library <libraries/input>`.
+ - Added support for HTTP-Only cookies with new config option ``cookie_httponly`` (default FALSE).
Bug fixes for 3.0
------------------