From e175117eaff267badfa6000382cdfd1a85eef945 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 20 Jul 2011 12:10:45 +0200 Subject: [PATCH] registers the changes to String#blank? in the CHANGELOG --- activesupport/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 034d03533f..a25720adbf 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,8 @@ *Rails 3.2.0 (unreleased)* +* The definition of blank string for Ruby 1.9 has been extended to Unicode whitespace. +Also, in 1.8 the ideographic space U+3000 is considered to be whitespace. [Akira Matsuda, Damien Mathieu] + * The inflector understands acronyms. [dlee] * Deprecated ActiveSupport::Memoizable in favor of Ruby memoization pattern [José Valim]