From ac9a8ac62416cfc7c6faf059651b7945cb5e3bf6 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 3 Nov 2012 05:42:40 +0000 Subject: * lib/rexml/output.rb (REXML::Output): Don't output BOM in middle of the output string. * test/rexml/test_document.rb: Add a test for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e76149b8bf..0f66fc929c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 3 14:41:17 2012 Kouhei Sutou + + * lib/rexml/output.rb (REXML::Output): Don't output BOM in middle + of the output string. + * test/rexml/test_document.rb: Add a test for the above change. + Sat Nov 3 14:09:55 2012 Kouhei Sutou * NEWS: Add an item about REXML::Document#write. -- cgit v1.2.3