diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-09-07 18:14:12 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-09-07 18:14:12 +0200 |
commit | 770c8677207be0a9091456b8d763bfd0e5456606 (patch) | |
tree | f9cd1d88c105ede5a977e4d4abfea8716c4a531b /user_guide/changelog.html | |
parent | 018af7a82749cb5c6d224940ab5f08d801f54988 (diff) | |
parent | ec36dc8001f315fda9bfb37d283493ce5c34da57 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 5f0276137..def5a5788 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -75,8 +75,9 @@ Change Log <li>Helpers <ul> <li>Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li> - <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li> + <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li> <li><samp>url_title()</samp> will now trim extra dashes from beginning and end.</li> + <li>Improved speed of <a href="helpers/string_helper.html">String Helper</a>'s <b>random_string()</b> method</li> </ul> </li> <li>Database |