diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-30 16:19:53 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-30 16:19:53 +0100 |
commit | 2d87b4d2fa7d2fd01876eaa8cf1f727d863d3e6c (patch) | |
tree | 184bacf2c551f34a1011c77576087892b2cdd09a /user_guide/changelog.html | |
parent | 8f61766d1d9a6ee9e4d462cccaaf4753d46a71de (diff) |
Fixed a bug (#1872) where word_limiter() was not retaining whitespace.
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 d20dd2efb..200b4c0e7 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -161,6 +161,7 @@ Change Log <h3>Bug fixes for Version 1.6.0</h3>
<ul>
+ <li>Fixed a bug (#1872) where word_limiter() was not retaining whitespace.</li>
<li>Fixed a bug (#1890) in csv_from_result() where content that included the delimiter would break the file.</li>
<li>Fixed a bug (#2542)in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.</li>
<li>Fixed a bug (#2545) in <kbd>_html_entity_decode_callback()</kbd> when 'global_xss_filtering' is enabled.</li>
|