From c4cb2dd01410417b5ab027aff5d472d68d9cbdb1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Dec 2007 01:47:21 +0000 Subject: Fixed that to_xml should not automatically pass :procs to associations included with :include (closes #10162) [chuyeow] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8258 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 5192a57159..b8acc5f148 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,10 @@ +*SVN* + +* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [chuyeow] + * Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N] + *2.0.0 [RC2]* (November 28th, 2007) * Foxy fixtures: support single-table inheritance. #10234 [tom] -- cgit v1.2.3