From 8d71c2ddb4df24c78d0b72ca572a85b7aba688d6 Mon Sep 17 00:00:00 2001 From: kou Date: Thu, 17 Nov 2005 08:56:03 +0000 Subject: * lib/rss/taxonomy.rb: implemented taxonomy module. * test/rss/test_taxonomy.rb: added tests for taxonomy support. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16fbfa6b6..0ea7fd790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 17 17:53:30 2005 Kouhei Sutou + + * lib/rss/taxonomy.rb: implemented taxonomy module. + + * test/rss/test_taxonomy.rb: added tests for taxonomy support. + Thu Nov 17 17:40:19 2005 Kouhei Sutou * lib/rss/1.0.rb: added rdf:Bag. -- cgit