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
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 83e9046..63e4531 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -58,6 +58,14 @@
 <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>