aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-03-04 09:33:02 +0000
committerJon Leighton <j@jonathanleighton.com>2011-03-04 20:36:11 +0000
commita5ef8b9fa0b30f73af206145cfc39228cb6b9526 (patch)
treecffdc4b83a1fabf6f27c682c1d911a9b22b8abc7 /activerecord/CHANGELOG
parent735844db712c511dd8abf36a5279318fbc0ff9d0 (diff)
parent1db4969dc9cabed9db162e7194b9353d43c967d7 (diff)
downloadrails-a5ef8b9fa0b30f73af206145cfc39228cb6b9526.tar.gz
rails-a5ef8b9fa0b30f73af206145cfc39228cb6b9526.tar.bz2
rails-a5ef8b9fa0b30f73af206145cfc39228cb6b9526.zip
Merge branch 'master' into nested_has_many_through
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3a63c08b2d..f82bd0da92 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -163,10 +163,6 @@
end
[Santiago Pastorino]
-<<<<<<< Updated upstream
->>>>>>> association_fixes
-=======
->>>>>>> Stashed changes
* Setting the id of a belongs_to object will update the reference to the
object. [#2989 state:resolved]