From eec924f4416fc3747fcb4604d58ff73885e7343a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 8 Jun 2012 16:55:41 +0200 Subject: [PATCH] added a note in the CHANGELOG (refs #745) --- CHANGELOG | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 94da3e3..95b5a33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,7 +13,7 @@ * fixed a regression when dealing with SimpleXMLElement instances in templates * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini - * switched to use mbstring whenever possible instead of iconv + * switched to use mbstring whenever possible instead of iconv (you might need to update your encoding as mstring and iconv encoding names sometimes differ) * 1.8.0 (2012-05-08) -- 1.7.2.5