From 1caa76304b6eef3d637d861585bda72ed367567f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 26 Sep 2006 06:56:17 +0000 Subject: has_one associations with a nil target may be safely marshaled. Closes #6279. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5188 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 5f6c6e8931..da4e0a59d2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* has_one associations with a nil target may be safely marshaled. #6279 [norbauer, Jeremy Kemper] + * Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side effects [Koz] * Add a :namespace option to AR::Base#to_xml [Koz] -- cgit v1.2.3