summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-03 21:17:59 +0200
committeradmin <devnull@localhost>2006-10-03 21:17:59 +0200
commit04ea44e4327be7ae3a9dfb55bfd77e9ec8c7c92d (patch)
tree19403de29010413e15232ea0af0dc5c8a7ade8e4 /user_guide
parenta813a46adc7eefa9ec3835e07f3b57ab5d870d27 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index b8fceaa6d..4373de76d 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -79,6 +79,7 @@ Change Log
<li>Added <a href="../database/queries.html">simple_query()</a> function to the database classes</li>
<li>Added <a href="../helpers/date_helper.html">standard_date()</a> function to the Date Helper.</li>
<li>Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.</li>
+<li>Updated the <dfn>input->cookie()</dfn> and <dfn>input->post()</dfn> functions in <a href="../libraries/input.html">Input Class</a> to permit arrays contained cookies that are arrays to be run through the XSS filter.</li>
<li>Added $query->free_result();</li>
<li>Added $query->field_names() function</li>