increased security and performance of xss_clean(), added _sanitize_naughty_html() callback and removed "never allowed" items to a class property
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ffa400c..c5861cd 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -97,7 +97,7 @@
 			<li><a href="libraries/unit_testing.html">Unit Testing</a> results are now colour coded, and a change was made to the default template of results.</li>

 			<li>Added a valid_emails rule to the <a href="libraries/validation.html">Validation</a> class.</li>

 			<li>The <a href="libraries/zip.html">Zip class</a> now exits within <kbd>download()</kbd>.</li>

-			<li>The <a href="libraries/zip.html">Zip class</a> has undergone a substantial re-write for speed and clarity (thanks stanleyxu for the hard work and code contribution!)</li>

+			<li>The <a href="libraries/zip.html">Zip class</a> has undergone a substantial re-write for speed and clarity (thanks stanleyxu for the hard work and code contribution in bug report #3425!)</li>

 		</ul>

 	</li>

     <li>Helpers

@@ -127,6 +127,7 @@
 				in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller.</li>

 			<li>Added a <a href="general/reserved_names.html">Reserved Names</a> page to the userguide, and migrated reserved controller names into it.</li>

 			<li>Added a <a href="general/common_functions.html">Common Functions</a> page to the userguide for globally available functions.</li>

+			<li>Improved security and performance of xss_clean().</li>

 		</ul>

 	</li>

 	</ul>