aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-07-15 01:16:40 +0000
committerMichael Koziarski <michael@koziarski.com>2007-07-15 01:16:40 +0000
commitddb00f10781e808360a189b46a421f1d18a0360b (patch)
tree5df3789285703fedc76846f85d177dc25a621dfc /activerecord/CHANGELOG
parent5476a6a6c7e3be5722481a2bd3b60322f1672c1e (diff)
downloadrails-ddb00f10781e808360a189b46a421f1d18a0360b.tar.gz
rails-ddb00f10781e808360a189b46a421f1d18a0360b.tar.bz2
rails-ddb00f10781e808360a189b46a421f1d18a0360b.zip
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
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 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]