diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-10 11:51:35 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-10 11:51:35 -0500 |
commit | 259c749de19c8217c7a1de808e5e2034d5bff995 (patch) | |
tree | 871f89f4b982a7a9db370771c9b80f7460e95dcc /activesupport | |
parent | 3f36441e90d0930349186ca597c9884ff1d7fbdb (diff) | |
download | rails-259c749de19c8217c7a1de808e5e2034d5bff995.tar.gz rails-259c749de19c8217c7a1de808e5e2034d5bff995.tar.bz2 rails-259c749de19c8217c7a1de808e5e2034d5bff995.zip |
Merging 3.0.x CHANGELOGs
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index ca8973f001..feff37cddf 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -19,14 +19,42 @@ advantage of the new ClassCache. * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] + +*Rails 3.0.7 (April 18, 2011)* + +* Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko] + + +*Rails 3.0.6 (April 5, 2011) + +* No changes. + + +*Rails 3.0.5 (February 26, 2011)* + +* No changes. + + +*Rails 3.0.4 (February 8, 2011)* + +* No changes. + + +*Rails 3.0.3 (November 16, 2010)* + +* No changes. + + *Rails 3.0.2 (November 15, 2010)* * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] + *Rails 3.0.1 (October 15, 2010)* * No Changes, just a version bump. + *Rails 3.0.0 (August 29, 2010)* * Implemented String#strip_heredoc. [fxn] |