From 7f9d7615ce91db54ee0f89bb9dc151aadd9544c7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Dec 2005 14:31:47 +0000 Subject: * lib/rexml/encoding.rb (encoding=): give priority to particular conversion to iconv. [ruby-core:06520] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0836a354d..e80c7445d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 9 23:31:02 2005 Nobuyoshi Nakada + + * lib/rexml/encoding.rb (encoding=): give priority to particular + conversion to iconv. [ruby-core:06520] + Thu Dec 8 02:07:19 2005 Nobuyoshi Nakada * eval.c (umethod_bind): adjust invoking class for module method. -- cgit