registers the changes to String#blank? in the CHANGELOG

This commit is contained in:
Xavier Noria 2011-07-20 12:10:45 +02:00
parent 82b5ebb710
commit e175117eaf
1 changed files with 3 additions and 0 deletions

View File

@ -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]