aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-03 12:37:37 +0000
committerJon Leighton <j@jonathanleighton.com>2011-11-03 12:39:05 +0000
commit71bc921ec8ac89840077bb54752282a3d89429f6 (patch)
treea98c3ed35ade80654a905d2db1cf1cdb45bee68a /activerecord/CHANGELOG
parentb4b178f7e9a00a0235574a773cdbc06fe856acaf (diff)
downloadrails-71bc921ec8ac89840077bb54752282a3d89429f6.tar.gz
rails-71bc921ec8ac89840077bb54752282a3d89429f6.tar.bz2
rails-71bc921ec8ac89840077bb54752282a3d89429f6.zip
Fix adding multiple instances of the same record to a has_many :through.
Fixes #3425.
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 698a337dcc..fac9ad1188 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -39,6 +39,10 @@
*Rails 3.1.2 (unreleased)*
+* Fix adding multiple instances of the same record to a has_many :through. [GH #3425]
+
+ [Jon Leighton]
+
* Fix creating records in a through association with a polymorphic source type. [GH #3247]
[Jon Leighton]