changelog note that I removed maxlength and size as automatically added attributes in form helper
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a75e71c..ab006e7 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -87,6 +87,7 @@
 			<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 &quot;Using Associative Arrays In a Request Parameter&quot; 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>