From 66586bc168f358e3385416def6eb30ad1242ffe6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 21 May 2006 19:17:37 +0000 Subject: Fixed that has_many collections shouldn't load the entire association to do build or create [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4354 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 06d9db76fb..044d6e3205 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that has_many collections shouldn't load the entire association to do build or create [DHH] + * Added :allow_nil option for aggregations #5091 [ian.w.white@gmail.com] * Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net] -- cgit v1.2.3