diff --git a/ChangeLog b/ChangeLog index a8cb8a4188..f1ec1fb330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat May 16 19:52:54 2009 Kouhei Sutou + + * NEWS: add RSS::Maker.supported?(version). + Sat May 16 19:50:34 2009 Kouhei Sutou * lib/rss/parser.rb: add nil check. diff --git a/NEWS b/NEWS index 13771cdbe0..5801a6bb7b 100644 --- a/NEWS +++ b/NEWS @@ -153,6 +153,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=