summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-02-04 23:02:11 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-02-04 23:02:11 +0100
commitab32a428c572f859010e990e621df4f34b9dc606 (patch)
treeaef79e722ffc70ca748d56e730fc8b1fd22e7907 /user_guide
parent5871011bc0778cb50569bbce8358c4b619c09467 (diff)
changed URL decoding implementation of xss_clean() to use rawurldecode() to discontinue misconversion of characters to bad entities, and to continue avoidance of unwanted removal of + signs
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 83e904681..63e45318e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -58,6 +58,14 @@ Change Log
<h1>Change Log</h1>
+<h2>Version 1.6.1</h2>
+<p>Release Date: -- still in development</p>
+
+<ul>
+ <li>Modified xss_clean() to be more intelligent with its handling of URL encoded strings.</li>
+</ul>
+
+
<h2>Version 1.6.0</h2>
<p>Release Date: January 30, 2008 </p>
<ul>