summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-10 21:05:24 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-10 21:05:24 +0100
commit67daf8cd68209ce9fd891b7d33a6139edc4c5c96 (patch)
tree4e685033ea5f46f56f8e4e7a2b34ed9d4dfb3f76
parent9898b892baed8d20f4138cb88c4f4ca3a082e444 (diff)
added changelog note for CSRF - still needs documenting in Security class docs
-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 eb5cf93cd..b7eb88204 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -73,6 +73,7 @@ Hg Tag: </p>
<li>Libraries
<ul>
<li>Added <a href="./libraries/security.html">Security library</a>, which now contains the <dfn>xss_clean</dfn> function, <dfn>filename_security</dfn> function and other security related functions.</li>
+ <li>Added CSRF (Cross-site Reference Forgery) protection to the <a href="./libraries/security.html">Security library</a>.</li>
<li>Added <var>$parse_exec_vars</var> property to Output library.</li>
<li>Added ability to enable / disable individual sections of the <a href="general/profiling.html">Profiler</a></li>
<li>Added "is_object" into the list of unit tests capable of being run.</li>