From 40f6e9f8e126c494ff89b4c149bbd7a1fe7df197 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 23 Jun 2007 00:40:53 +0000 Subject: 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 --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') 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] -- cgit v1.2.3