From 37329eaae5dae489ee11e584b978f82272ad9a63 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 25 Apr 2005 05:09:08 +0000 Subject: * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were swapped. [ruby-core:4772] (patch from speakillof) * lib/rexml/encoding.rb: fixed indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c098e11d3..424a37b9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 25 13:54:55 2005 speakillof + + * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were + swapped. [ruby-core:4772] + Mon Apr 25 01:18:43 2005 Tanaka Akira * oniguruma.h (OnigWarnFunc): add a variadic argument. -- cgit