diff options
author | José Valim <jose.valim@gmail.com> | 2010-06-20 14:47:56 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-06-20 14:47:56 +0200 |
commit | 50d37a76064239a731f81a4ba68b80946c4dfae2 (patch) | |
tree | 80ded7ad88655d0f1f268986afa954331b7e0b80 /activesupport/CHANGELOG | |
parent | dad80ad7862834543783974a22d316f074cfee66 (diff) | |
download | rails-50d37a76064239a731f81a4ba68b80946c4dfae2.tar.gz rails-50d37a76064239a731f81a4ba68b80946c4dfae2.tar.bz2 rails-50d37a76064239a731f81a4ba68b80946c4dfae2.zip |
Update ActiveSupport CHANGELOG with latest changes.
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 13ec3c3775..abd0664118 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,9 @@ *Rails 3.0.0 [Release Candidate] (unreleased)* +* Added ActiveSupport::FileUpdateChecker to execute a block only if a set of files changed, used by Router and I18n locale files. [José Valim] + +* Added ActiveSupport::DescendantsTracker to track descendants with support to constants reloading. [José Valim] + * ActiveSupport::OrderedHash#merge and #merge! accept a block. #4838 [Paul Mucur, fxn] * Date#since, #ago, #beginning_of_day, #end_of_day, and #xmlschema honor now the user time zone if set. [Geoff Buesing] |