From c2f4681ab40083880b3aabe38769a5d5d3432447 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 13 Apr 2007 01:26:17 +0000 Subject: Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6519 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 bc8cd0ba86..2cc7c4c304 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH] + * Small additions and fixes for ActiveRecord documentation. Closes #7342 [jeremymcanally] * Add helpful debugging info to the ActiveRecord::StatementInvalid exception in ActiveRecord::ConnectionAdapters::SqliteAdapter#table_structure. Closes #7925. [court3nay] -- cgit v1.2.3