diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-06-19 09:52:37 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-06-19 09:52:37 +0200 |
commit | fa47bc982d4f81d2bda0470fa3237c37f605c72a (patch) | |
tree | 7f1d2696e0ba6c79fbb463d7c2c5f682359e03da | |
parent | 3640a0b83b610c3e497efa5f739787e225e9b2ad (diff) |
changelog note that I removed maxlength and size as automatically added attributes in form helper
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index a75e71ca1..ab006e78e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -87,6 +87,7 @@ SVN Revision: not currently released</p> <li>Considerably expanded list of mobile user-agents in config/user_agents.php.</li>
<li>Charset information in the userguide has been moved above title for internationalization purposes (#4614).</li>
<li>Added "Using Associative Arrays In a Request Parameter" example to the <a href="libraries/xmlrpc.html">XMLRPC userguide page</a>.</li>
+ <li>Removed maxlength and size as automatically added attributes of form_input() in the <a href="helpers/form_helper.html">form helper</a>.</li>
</ul>
</li>
</ul>
|