aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-18 07:30:09 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-18 07:30:09 +0000
commit27ba5edef1c4264a8d1c0e54675723d37a391dd8 (patch)
tree83e5292708b2452b26d92f4a95dd6094f298c64e /activesupport/CHANGELOG
parent3202fbabe6df3591d7e2c35727ea9c8b68df8828 (diff)
downloadrails-27ba5edef1c4264a8d1c0e54675723d37a391dd8.tar.gz
rails-27ba5edef1c4264a8d1c0e54675723d37a391dd8.tar.bz2
rails-27ba5edef1c4264a8d1c0e54675723d37a391dd8.zip
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support serialized attributes. Closes #7502.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6444 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 368989877e..e0108f27bc 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Hash#to_xml supports YAML attributes. #7502 [jonathan]
+
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. [Sam Stephenson]
* alias_method_chain preserves the original method's visibility. #7854 [Jonathan Viney]