summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-06-06 13:37:34 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-06-06 13:37:34 +0200
commit1e6ab99c692bb0337559d3303143838dff37d638 (patch)
tree54cab77fefab1ace6be16098bc7b4bc50cad9c22 /user_guide
parent7a3b96e27988deeebeeff4469f5de3b9fb50918f (diff)
Form helper refactored to allow form_open() and form_fieldset() to accept arrays or strings as arguments.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index f37982cf4..47e517dc3 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -74,6 +74,11 @@ SVN Revision: not currently released</p>
<li>Added support for query strings to the <a href="libraries/pagination.html">Pagination class</a>, automatically detected or explicitly declared.</li>
</ul>
</li>
+ <li>Helpers
+ <ul>
+ <li><a href="helpers/form_helper.html">Form helper</a> refactored to allow <kbd>form_open()</kbd> and <kbd>form_fieldset()</kbd> to accept arrays or strings as arguments.</li>
+ </ul>
+ </li>
<li>Other changes
<ul>
<li>Added ability to <a href="libraries/input.html">use xss_clean() to test images</a> for XSS, useful for upload security.</li>