From 4a7ef3a11d0e202cf974d7fd3ac278ebce7d6b3b Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 8 Jul 2005 06:51:21 +0000 Subject: * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. * test/rss/test_version.rb (RSS::TestVersion#test_version): ditto. * lib/rss/0.9.rb (RSS::Rss::Channel::Item::Category): domain attribute of is optional. Thanks to Chris Lee . * test/rss/test_parser.rb (RSS::TestParser#test_category20): adjusted test case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca4bd6f6c..837c9fbe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Jul 8 15:45:04 2005 Kouhei Sutou + + * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. + + * test/rss/test_version.rb (RSS::TestVersion#test_version): + ditto. + + * lib/rss/0.9.rb (RSS::Rss::Channel::Item::Category): + domain attribute of is optional. Thanks to + Chris Lee . + + * test/rss/test_parser.rb (RSS::TestParser#test_category20): + adjusted test case. + Tue Jul 5 23:44:06 2005 Nobuyoshi Nakada * instruby.rb: expand source library path. -- cgit