aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorFlorian Weber <csshsh@gmail.com>2005-12-21 15:50:31 +0000
committerFlorian Weber <csshsh@gmail.com>2005-12-21 15:50:31 +0000
commitc6e01f5b60c4864f0e92149d1e81077519f503d5 (patch)
tree40cc1aee95728263ea5d80c940759822b8d61aa2 /activerecord/CHANGELOG
parent43f6643b8b3a6892105ba9db23bdafd4c8d49ac3 (diff)
downloadrails-c6e01f5b60c4864f0e92149d1e81077519f503d5.tar.gz
rails-c6e01f5b60c4864f0e92149d1e81077519f503d5.tar.bz2
rails-c6e01f5b60c4864f0e92149d1e81077519f503d5.zip
Fixed that saving a model with multiple habtm associations, would only save the first habtm association.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3331 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index e2de2f8762..9b60de89ff 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that saving a model with multiple habtm associations, would only save the first habtm association. #3244 [yanowitz-rubyonrails@quantumfoam.org, Florian Weber]
+
* Fix change_column to work with PostgreSQL 7.x and 8.x. #3141 [wejn@box.cz, Rick Olson, Scott Barron]
* removed :piggyback in favor of just allowing :select on :through associations. [Tobias Luetke]