diff options
author | wycats <wycats@gmail.com> | 2010-04-01 13:54:53 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-01 13:55:06 -0700 |
commit | d2a48852a197190ecead6650aa62c7df4c3136ee (patch) | |
tree | 2c0a2a070871d74c6f459ddefcd14ca0054d7d6f /activesupport | |
parent | 46aee9f1f026febf6dd66e5a4e8be57cfa9d64f5 (diff) | |
download | rails-d2a48852a197190ecead6650aa62c7df4c3136ee.tar.gz rails-d2a48852a197190ecead6650aa62c7df4c3136ee.tar.bz2 rails-d2a48852a197190ecead6650aa62c7df4c3136ee.zip |
Updated changelogs
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 3822abcab6..60f7c0e638 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,10 @@ *Rails 3.0 (pending)* +* Reduced load time by deferring configuration of classes using + ActiveSupport::on_load(:component_name) [YK] + +* Rename #metaclass to #singleton_class now that ruby-core has decided [JK] + * New assertions assert_blank and assert_present. #4299 [Juanjo Bazan] * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. [Jeremy Kemper] |