From ea256eaa7f189d069967f8efe3ca9177a5b57795 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 14 Nov 2007 10:33:25 +0000 Subject: Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8138 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 0147c8fd4d..e9c6884c7d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Base#to_xml supports the nil="true" attribute like Hash#to_xml. #8268 [Catfish] + * Change plings to the more conventional quotes in the documentation. Closes #10104 [danger] * Fix HasManyThrough Association so it uses :conditions on the HasMany Association. Closes #9729 [danger] -- cgit v1.2.3