diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-08 15:38:39 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-08 15:38:39 -0800 |
commit | 285f456391014c6e5ce1a694d43088012fbc7772 (patch) | |
tree | 29f72e1f0006f64443afcad2dcefd792e1a292d3 /activerecord | |
parent | 6c5b734e6a529284bab4c7bdca770d390b8b9084 (diff) | |
download | rails-285f456391014c6e5ce1a694d43088012fbc7772.tar.gz rails-285f456391014c6e5ce1a694d43088012fbc7772.tar.bz2 rails-285f456391014c6e5ce1a694d43088012fbc7772.zip |
updating CHANGELOG
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index f46db909ba..9c2e311c75 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,8 @@ *Rails 3.1.0 (unreleased)* +* Setting the id of a belongs_to object will update the reference to the +object. [#2989 state:resolved] + * ActiveRecord::Base#dup and ActiveRecord::Base#clone semantics have changed to closer match normal Ruby dup and clone semantics. |