CHANGELOG in activesupport-3.0.0.beta2 vs CHANGELOG in activesupport-3.0.0.beta3

- old
+ new

@@ -1,4 +1,11 @@ +*Rails 3.0.0 [beta 3] (April 13th, 2010)* + +* Improve transliteration quality. #4374 [Norman Clarke] + +* Speed up and add Ruby 1.9 support for ActiveSupport::Multibyte::Chars#tidy_bytes. #4350 [Norman Clarke] + + *Rails 3.0.0 [beta 2] (April 1st, 2010)* * Reduced load time by deferring configuration of classes using ActiveSupport::on_load(:component_name) [YK]