aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 03:41:26 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 03:41:26 +0000
commit69eedf6a18d0c21b06d30ec4bc4a550d4ac125dd (patch)
tree66d0a13000e00d69d5ab64598d99f4230a43fa88 /ChangeLog
parentc032c5bc9acb015dbe2947a39d3d7ce033c934ee (diff)
downloadruby-69eedf6a18d0c21b06d30ec4bc4a550d4ac125dd.tar.gz
* lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encoding
module because XMLDecl doesn't convert encoding. This causes removing XML encoding name normalization (encoding.upcase). Encoding name in XML declaration is what user specifies. I think this is reasonable change. * test/rexml/test_xml_declaration.rb: Add tests for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a52c0aa10b..80ae14e802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Nov 3 12:36:35 2012 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encoding
+ module because XMLDecl doesn't convert encoding. This causes
+ removing XML encoding name normalization (encoding.upcase).
+ Encoding name in XML declaration is what user specifies.
+ I think this is reasonable change.
+ * test/rexml/test_xml_declaration.rb: Add tests for the above change.
+
Sat Nov 3 12:18:35 2012 Masaki Matsushita <glass.saga@gmail.com>
* array.c (recursive_equal): fix not to make invalid pointers when