diff options
author | José Valim <jose.valim@gmail.com> | 2010-07-19 15:14:26 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-07-19 15:14:26 +0200 |
commit | b22c11fa533fd523e8cadd36e75dd76b6a9f0488 (patch) | |
tree | f0e15df8674bb3057bf70db7ab8ea737ef7106e1 /activerecord | |
parent | 70f7ba3e3bf10e1a646ef6ace09da7b2918ba75d (diff) | |
download | rails-b22c11fa533fd523e8cadd36e75dd76b6a9f0488.tar.gz rails-b22c11fa533fd523e8cadd36e75dd76b6a9f0488.tar.bz2 rails-b22c11fa533fd523e8cadd36e75dd76b6a9f0488.zip |
Add missing entries and tidy up CHANGELOG.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index a1a82fdff5..679fdafae8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [RC1] (unreleased)* +* Changed update_attribute to not run callbacks and update the record directly in the database [Neeraj Singh] + * Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope [José Valim] * New rake task, db:migrate:status, displays status of migrations #4947 [Kevin Skoglund] |