From 6e3ea97cbca7fa3eed47d74cf03353b2213902fd Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 17 Jun 2006 00:21:24 +0000 Subject: * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) * 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/branches/ruby_1_8@10290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b43e1228..54540526f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,10 @@ Sat Jun 17 09:03:47 2006 Kouhei Sutou * test/rss/rss-assertions.rb: added test for 'resources'. * test/rss/test_taxonomy.rb: ditto. + * 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. + Sat Jun 17 02:01:00 2006 Tanaka Akira * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed -- cgit