summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-04-08 18:14:17 +0200
committerDerek Jones <derek.jones@ellislab.com>2009-04-08 18:14:17 +0200
commit26399298164f1fb6eaa4764b543b876766dacf0a (patch)
treebaa727ad02f67946125dd0392463b23c704f376e /user_guide/changelog.html
parent57fe41072c9d97d3cba2cd5faef529ac94571bfb (diff)
added form_multiselect() to form helper to make it easier to create multiselect fields, and to make it a bit more semantically correct to boot
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 e4d57f6b1..b5d3fe7d9 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -79,6 +79,7 @@ SVN Revision: </p>
</li>
<li>Helpers
<ul>
+ <li>Added <kbd>form_multiselect()</kbd> to the <a href="helpers/form_helper.html">Form helper</a>.</li>
<li>Modified <kbd>form_hidden()</kbd> in the <a href="helpers/form_helper.html">Form helper</a> to accept multi-dimensional arrays.</li>
</ul>
</li>