diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-30 19:23:25 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-30 19:23:25 +0200 |
commit | 40f38f1e289eda97026cc3d21558cd99bcce2e1d (patch) | |
tree | 61ea39f55566c4db78d556481aaa704fc1bc2be6 /user_guide/changelog.html | |
parent | e37fa05e9687ff461b1ff7413633ea697365c128 (diff) |
simplified regex for _remove_invisible_characters() - since we rawurldecode() the string, there's no need to go looking for url encoded characters here
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8149b7cc2..6697856da 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,7 +63,11 @@ Change Log SVN Revision: XXXX</p>
<ul>
- <li>No significant changes yet</li>
+ <li>Other changes
+ <ul>
+ <li>Improved performance and accuracy of xss_clean() (no changes to security)</li>
+ </ul>
+ </li>
</ul>
<h3>Bug fixes for 1.6.4</h3>
|