Fixed a bug affecting some locales where word censoring would not work on words beginning or ending with an accented character.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index dbe4c66..5015296 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -106,6 +106,7 @@
 	<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>