aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Weber <csshsh@gmail.com>2005-12-21 16:59:54 +0000
committerFlorian Weber <csshsh@gmail.com>2005-12-21 16:59:54 +0000
commitee1ef122d7214da438353b892e84d2513651ce74 (patch)
tree80a09b04365c81716ed39b4cd9e805b22d34432c
parentc6e01f5b60c4864f0e92149d1e81077519f503d5 (diff)
downloadrails-ee1ef122d7214da438353b892e84d2513651ce74.tar.gz
rails-ee1ef122d7214da438353b892e84d2513651ce74.tar.bz2
rails-ee1ef122d7214da438353b892e84d2513651ce74.zip
Better language for the CHANGELOG entry of previous commit.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3333 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 9b60de89ff..612da5c066 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Fixed that saving a model with multiple habtm associations, would only save the first habtm association. #3244 [yanowitz-rubyonrails@quantumfoam.org, Florian Weber]
+* Fixed that saving a model with multiple habtm associations would only save the first one. #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]