diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-01-21 18:52:13 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-01-21 18:52:13 +0100 |
commit | f1b721a3559e8eb95bc580a3f79c5c2e896c9932 (patch) | |
tree | 4dc3d972d42b716f946c82e80f2e2a3104a18d6e /user_guide/changelog.html | |
parent | 6ec22f5ca04a17035c2e9773e20702da905c340a (diff) |
Fixed a bug affecting some locales where word censoring would not work on words beginning or ending with an accented character.
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 dbe4c6653..501529658 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -106,6 +106,7 @@ SVN Revision: </p> <li>Fixed a bug with non-breaking space cleanup in Typography::auto_typography().</li> <li>Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.</li> <li>Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.</li> + <li>Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.</li> <li>Tweaked Typography::auto_typography() for some edge-cases.</li> </ul> |