aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-23 00:40:53 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-23 00:40:53 +0000
commit40f6e9f8e126c494ff89b4c149bbd7a1fe7df197 (patch)
treebadcdfcda3951c8a0d20c835cb20d22aabff6242 /activesupport/CHANGELOG
parent95c9ece59ab6926272a7fb6d5907ca58a84b39f7 (diff)
downloadrails-40f6e9f8e126c494ff89b4c149bbd7a1fe7df197.tar.gz
rails-40f6e9f8e126c494ff89b4c149bbd7a1fe7df197.tar.bz2
rails-40f6e9f8e126c494ff89b4c149bbd7a1fe7df197.zip
Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. Closes #8453.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7086 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 d977682f5c..a4046061aa 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. #8453 [candlerb, Jeremy Kemper]
+
* Backport clean_logger changes to support ruby 1.8.2 [mislav]
* Added proper handling of arrays #8537 [hasmanyjosh]