aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-03 18:20:19 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-03 18:20:19 +0000
commit05eb14d55a2e336b82a57b57c83fad2b64c9b0f5 (patch)
treec76a4c91765194e3e5e0b3681b9d321c37cf151a /activerecord/CHANGELOG
parent6d7b0374d12de2ddeaa9c3f896234111ed6bf8e2 (diff)
downloadrails-05eb14d55a2e336b82a57b57c83fad2b64c9b0f5.tar.gz
rails-05eb14d55a2e336b82a57b57c83fad2b64c9b0f5.tar.bz2
rails-05eb14d55a2e336b82a57b57c83fad2b64c9b0f5.zip
Using AssociationCollection#build with arrays of hashes should call build, not create [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3525 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 bb56988f98..111d645ea9 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Using AssociationCollection#build with arrays of hashes should call build, not create [DHH]
+
* Remove definition of reloadable? from ActiveRecord::Base to make way for new Reloadable code. [Nicholas Seckar]
* Fixed schema handling for DB2 adapter that didn't work: an initial schema could be set, but it wasn't used when getting tables and indexes #3678 [Maik Schmidt]