From 0be8f8287b43d5c7ed3e34170e40a925ebfd5697 Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 20 Jun 2006 13:12:00 +0000 Subject: * test/rss/test_parser.rb: split parser tests into ... * test/rss/test_parser_1.0.rb: ... RSS 1.0 parsing tests and ... * test/rss/test_parser_2.0.rb: ... RSS 2.0 parsing tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81d1455f6..1939438f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 20 22:08:36 2006 Kouhei Sutou + + * test/rss/test_parser.rb: split parser tests into ... + * test/rss/test_parser_1.0.rb: ... RSS 1.0 parsing tests and ... + * test/rss/test_parser_2.0.rb: ... RSS 2.0 parsing tests. + Tue Jun 20 21:19:06 2006 Kouhei Sutou * lib/rss/rss.rb: provided default RSS::Element#children. -- cgit