aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-23 21:40:23 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-23 21:40:23 +0000
commit26f2fbf35f1e761c59323174dddce3c2314c8a3d (patch)
tree6be9debc92a0387b0cfe5797181e071770ac9154
parentb94d6c06549b83aa2e97fa80d86f99ee81729775 (diff)
downloadrails-26f2fbf35f1e761c59323174dddce3c2314c8a3d.tar.gz
rails-26f2fbf35f1e761c59323174dddce3c2314c8a3d.tar.bz2
rails-26f2fbf35f1e761c59323174dddce3c2314c8a3d.zip
Credit ticket author.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3170 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 40c0fd25ed..07f4313632 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* 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 [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]
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, the connection 'loses' its settings if it times out and is reconnected. #2978 [Shugo Maeda]