From c14d5e4b717d8ea083c00a4b599b5b175b9faea0 Mon Sep 17 00:00:00 2001 From: kou Date: Thu, 8 Jul 2004 13:54:07 +0000 Subject: * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 validation and validation which disregard order of elements. * test/rss/test_parser.rb: added tests for RSS 0.9x/2.0 validation. * test/rss/{test_trackback,rss-testcase}.rb: fixed no good method name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af6089fdc..a1945faf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Jul 8 22:52:19 2004 Kouhei Sutou + + * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 + validation and validation which disregard order of elements. + * test/rss/test_parser.rb: added tests for RSS 0.9x/2.0 + validation. + * test/rss/{test_trackback,rss-testcase}.rb: fixed no good method + name. + Thu Jul 8 00:05:23 2004 akira yamada * lib/tempfile.rb (Tempfile::initialize): got out code of -- cgit