From 2ccfad6090074d4efaf785143709deecc5975f57 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 29 Jun 2008 08:42:46 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 405ef3a7a..91f948f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jun 29 17:41:42 2008 Kouhei Sutou + + * 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 * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block. -- cgit