aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-05-21 19:17:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-05-21 19:17:37 +0000
commit66586bc168f358e3385416def6eb30ad1242ffe6 (patch)
tree5123f76617348e2f3ad908945586f426650b097b /activerecord/CHANGELOG
parent59c8c63ecd751136c5ed6d2e3c04a54af2025eb0 (diff)
downloadrails-66586bc168f358e3385416def6eb30ad1242ffe6.tar.gz
rails-66586bc168f358e3385416def6eb30ad1242ffe6.tar.bz2
rails-66586bc168f358e3385416def6eb30ad1242ffe6.zip
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
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 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]