summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-07-17 05:31:35 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-07-17 05:31:35 +0200
commit3b840b60c5cc9041098f971c4c58889bc609d82a (patch)
tree55213175b4edc0cbb50be97ea92036b2aec7cbcb /user_guide
parent1b1b67693060ecb6dd399ea6aee4a5503d96adda (diff)
parent866a23fd3ff7c1eab93ae015e37addc414aae2e4 (diff)
Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop
Diffstat (limited to 'user_guide')
-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 8a6fea748..10e99cbce 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -81,6 +81,7 @@ Change Log
<li>Helpers
<ul>
<li>Added an optional third parameter to <samp>heading()</samp> which allows adding html attributes to the rendered heading tag.</li>
+ <li class="reactor"><kbd>form_open()</kbd> now only adds a hidden (Cross-site Reference Forgery) protection field when the form's action is internal and is set to the post method. (Reactor #165)</li>
</ul>
</li>
<li>Libraries