diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 14:12:05 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 14:12:05 +0000 |
commit | 178880ef7c4953470453c258abccf99b98c92bb9 (patch) | |
tree | e8b6ba2b3a8ce903b9ccdf37d113d69136efe237 /activesupport/CHANGELOG | |
parent | eb7a3045e3035d7de35a43297a4f36255e4f178d (diff) | |
download | rails-178880ef7c4953470453c258abccf99b98c92bb9.tar.gz rails-178880ef7c4953470453c258abccf99b98c92bb9.tar.bz2 rails-178880ef7c4953470453c258abccf99b98c92bb9.zip |
Use XSD-compatible type names for Hash#to_xml and make the converters extendable #8047 [Tim Pope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 58bfefe90d..bfac524d95 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Use XSD-compatible type names for Hash#to_xml and make the converters extendable #8047 [Tim Pope] + * 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] |