summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorkenjis <kenji@codeigniter.jp>2011-08-25 03:51:44 +0200
committerkenjis <kenji@codeigniter.jp>2011-08-25 03:51:44 +0200
commitfbac8b4553942db4be52e872d9fd68717e5006e4 (patch)
treebbc95119f6c7cc0f89bf0ac8b6862711811d5623 /user_guide/changelog.html
parent0ba26c731cf8838b5239c1a7957bc18f58fe2f7d (diff)
add html_escape() function to escape HTML.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 91312e46b..c22bebda6 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -67,6 +67,7 @@ Change Log
<ul>
<li class="reactor">Callback validation rules can now accept parameters like any other validation rule.</li>
<li class="reactor">Ability to log certain error types, not all under a threshold.</li>
+ <li class="reactor">Added html_escape() to the <a href="general/common_functions.html">Common functions<a> to escape HTML output for preventing XSS easliy.</li>
</ul>
</li>
<li>Helpers