From cb65426b5140afcc7d051baf88caaa8528cf5c72 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Aug 2006 15:25:43 +0000 Subject: * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to be set with the accessor. fixed: [ruby-list:42737] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e90bb2562..4d6587783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 23 00:25:14 2006 Nobuyoshi Nakada + + * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to + be set with the accessor. fixed: [ruby-list:42737] + Tue Aug 22 19:21:00 2006 Minero Aoki * lib/net/smtp.rb: parameter `to_addrs' might be an Array, -- cgit