From ddb00f10781e808360a189b46a421f1d18a0360b Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sun, 15 Jul 2007 01:16:40 +0000 Subject: Remove spurious tests from deprecated_associations_test, most of these aren't deprecated, and are duplicated in associations_test. Closes #8987 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7187 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index cc0f1c924d..a10a5069ac 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Remove spurious tests from deprecated_associations_test, most of these aren't deprecated, and are duplicated in associations_test. Closes #8987 [lifofifo] + * Make create! on a has_many :through association return the association object. Not the collection. Closes #8786 [lifofifo] * Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003] -- cgit v1.2.3