* ChangeLog: fixed format.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-06-30 09:56:45 +00:00
parent eedb3dc3a3
commit dd0b79b3c3

View File

@ -64,11 +64,13 @@ Sun Jun 29 17:41:42 2008 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raise
exception not return nil if RSS::Maker.make can't get required
information.
* test/rss/rss-assertions.rb: follow the above change.
Sun Jun 29 17:37:23 2008 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.
* test/rss/test_maker_{0.9,1.0,2.0}.rb: follow the above change.
Sun Jun 29 17:33:34 2008 Kouhei Sutou <kou@cozmixng.org>