aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-26 06:20:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-26 06:20:07 +0000
commit652fe645f6a199417f672965b1f4d4078d046f7d (patch)
treea8ab52f73cea5aff75b85abfc67b80f00d3c5f59 /activesupport/CHANGELOG
parent40860e9852d08837197b5a96a48b4439cbc86852 (diff)
downloadrails-652fe645f6a199417f672965b1f4d4078d046f7d.tar.gz
rails-652fe645f6a199417f672965b1f4d4078d046f7d.tar.bz2
rails-652fe645f6a199417f672965b1f4d4078d046f7d.zip
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
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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]