From 7a3f05f43d99d9b4442e3848a308fed3cb697e3b Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sun, 16 Jan 2011 21:30:45 +0000 Subject: Add CHANGELOG entry for the addition of create_association! methods on has_one and belongs_to --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 43272160bd..d84fe655a7 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -4,6 +4,8 @@ documented as deprecated behaviour since April 2006. Please use has_many :through instead. [Jon Leighton] +* Added a create_association! method for has_one and belongs_to associations. [Jon Leighton] + * Migration files generated from model and constructive migration generators (for example, add_name_to_users) use the reversible migration's `change` method instead of the ordinary `up` and `down` methods. [Prem Sichanugrist] -- cgit v1.2.3