aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-04-19 22:32:39 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-04-19 22:32:39 +0000
commitc87d242bf7b0f75800926c3a8cf23bb43667c9dd (patch)
treef80d29463400c06fe1410d9bfcae47b76ffee9ea /activesupport/CHANGELOG
parentc97f329b2a76439cd4fe71debdd64c71e9890b48 (diff)
downloadrails-c87d242bf7b0f75800926c3a8cf23bb43667c9dd.tar.gz
rails-c87d242bf7b0f75800926c3a8cf23bb43667c9dd.tar.bz2
rails-c87d242bf7b0f75800926c3a8cf23bb43667c9dd.zip
Added yielding of builder in Hash#to_xml [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6540 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 55f57b1180..58bfefe90d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added yielding of builder in Hash#to_xml [DHH]
+
* Hash#with_indifferent_access now also converts hashes kept in arrays to indifferent access (makes it easier to treat HTML and XML parameters the same) [DHH]
* Hash#to_xml supports YAML attributes. #7502 [jonathan]