aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Weber <csshsh@gmail.com>2005-11-24 12:56:22 +0000
committerFlorian Weber <csshsh@gmail.com>2005-11-24 12:56:22 +0000
commit87c328791282510c90638fc9ab2418dd08b01383 (patch)
treea98337c4e52bf880376e43268222086478a5a7d4
parent1f951bbf9feaace53b1e1c8ef277dc4740d3591b (diff)
downloadrails-87c328791282510c90638fc9ab2418dd08b01383.tar.gz
rails-87c328791282510c90638fc9ab2418dd08b01383.tar.bz2
rails-87c328791282510c90638fc9ab2418dd08b01383.zip
Credit everybody that helped =)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index f944383927..bdbb9e8b07 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -4,7 +4,7 @@
* Reloading a model doesn't lose track of its connection. #2996 [junk@miriamtech.com, Jeremy Kemper]
-* Fixed bug where using update_attribute after pushing a record to a habtm association of the object caused duplicate rows in the join table. #2888 [colman@rominato.com, Florian Weber]
+* Fixed bug where using update_attribute after pushing a record to a habtm association of the object caused duplicate rows in the join table. #2888 [colman@rominato.com, Florian Weber, Michael Schoen]
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, the connection 'loses' its settings if it times out and is reconnected. #2978 [Shugo Maeda]