diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-08-05 21:09:20 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-08-05 21:09:20 +0200 |
commit | cbe3247819be75c34231ea200874044735bd853b (patch) | |
tree | 1545cc5f40bcf55b40fc14bd27179b0bf346fbf7 /user_guide/changelog.html | |
parent | 2ddc9496e9403a59a87b644d1c2b9a106b773e46 (diff) |
Adding an ellipsize function to the text helper, and associated documentation to the user guide.
Diffstat (limited to 'user_guide/changelog.html')
-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 ce017c9fd..f32ee58b3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -128,6 +128,7 @@ Hg Tag: </p> <li>The <kbd>img()</kbd> function of the <a href="./helpers/html_helper.html">HTML helper</a> will now generate an empty string as an alt attribute if one is not provided.</li> <li>If CSRF is enabled in the application config file, <kbd>form_open()</kbd> will automatically insert it as a hidden field.</li> <li>Added <kbd>sanitize_filename()</kbd> into the <a href="./helpers/security_helper.html">Security helper</a>.</li> + <li>Added <kbd>ellipsize()</kbd> to the <a href="./helpers/text_helper.html">Text Helper</a></li> </ul> </li> <li>Other Changes |