added a note in the CHANGELOG (refs #745)

This commit is contained in:
Fabien Potencier
2012-06-08 16:55:41 +02:00
parent dfc9edce33
commit eec924f441
+1 -1
View File
@@ -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)