diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index d4d03c7e405926cbac31c6f0c98bb76fac9d2512..fcfa5a5b81c0e897ba05784eed9fee226bb6b479 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -5,6 +5,8 @@ the default behaviour of Date#toJSON() in recent versions of Chrome, Safari and Firefox. + *James Harton* + * Improve `String#squish` to handle Unicode whitespace. *Antoine Lyset* * Standardise on `to_time` returning an instance of `Time` in the local system timezone @@ -19,8 +21,8 @@ *Yves Senn* -* Hash.from_xml raises when it encounters type="symbol" or type="yaml". - Use Hash.from_trusted_xml to parse this XML. +* `Hash.from_xml` raises when it encounters `type="symbol"` or `type="yaml"`. + Use `Hash.from_trusted_xml` to parse this XML. CVE-2013-0156