From f0e5162753d3e6fd644a4f6555e2acfd43abce60 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 23 Nov 2005 08:44:05 +0000 Subject: * lib/rss/rss.rb: fixed a indentation bug. * lib/rss/taxonomy.rb: fixed #to_s bug. * test/rss/test_taxonomy.rb: added a #to_s test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e6fb2ba4..c8c4845a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Nov 23 17:42:24 2005 Kouhei Sutou + + * lib/rss/rss.rb: fixed a indentation bug. + + * lib/rss/taxonomy.rb: fixed #to_s bug. + + * test/rss/test_taxonomy.rb: added a #to_s test. + Wed Nov 23 03:40:49 2005 Guy Decoux * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. -- cgit