added a note in the CHANGELOG (refs #745)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 8 Jun 2012 14:55:41 +0000 (16:55 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 8 Jun 2012 14:55:58 +0000 (16:55 +0200)
CHANGELOG

index 94da3e3..95b5a33 100644 (file)
--- 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)