From 3f9d961f28a422fcbd5388b433e69322d1ba339b Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 16 May 2009 09:32:36 +0000 Subject: * NEWS: add RSS::Maker.supported?(version). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d61266a56..43ca8b13a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat May 16 18:33:15 2009 Kouhei Sutou + + * NEWS: add RSS::Maker.supported?(version). + Sat May 16 18:26:42 2009 Kouhei Sutou * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image diff --git a/NEWS b/NEWS index b7a165896..e6ce0fe4b 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,9 @@ with all sufficient information, see the ChangeLog file. * RSS::Maker.[] * new method to return maker class. + * RSS::Maker.supported?(version) + * new method to check whether given version is supported. + * REXML * REXML::Document.entity_expansion_limit= -- cgit