From 652fe645f6a199417f672965b1f4d4078d046f7d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 26 May 2007 06:20:07 +0000 Subject: Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes #8472. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6858 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 610d79fe29..81f78bb9a7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Array#to_xml yields the builder just like Hash and ActiveRecord::Base. #8472 [seth] + * Date, Time, and DateTime support formatting blocks in addition to strftime strings. Introduce :long_ordinal format, e.g. "February 21st, 2005". #8191 [Coda Hale] * Document Object#blank?. #6491 [Chris Mear] -- cgit v1.2.3