aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-20 12:10:45 +0200
committerXavier Noria <fxn@hashref.com>2011-07-20 12:17:37 +0200
commite175117eaff267badfa6000382cdfd1a85eef945 (patch)
treebdea62e9fdcc73eb789cbe6cbf1f68e7b9e7d5c4
parent82b5ebb7109bc52478d0bd3894acd02730adf0c1 (diff)
downloadrails-e175117eaff267badfa6000382cdfd1a85eef945.tar.gz
rails-e175117eaff267badfa6000382cdfd1a85eef945.tar.bz2
rails-e175117eaff267badfa6000382cdfd1a85eef945.zip
registers the changes to String#blank? in the CHANGELOG
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
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]