aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:32:36 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:32:36 +0000
commit1d2acd56640b0613191182bf075bf64f2110b5af (patch)
tree3b8d4c18c0a0b562fb0cf94cab8e1213af3c243a
parent86f2dc74256ea3223b715e6b2311fa0cf3d60c86 (diff)
downloadruby-1d2acd56640b0613191182bf075bf64f2110b5af.tar.gz
* NEWS: add RSS::Maker.supported?(version).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d61266a563..43ca8b13af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 16 18:33:15 2009 Kouhei Sutou <kou@cozmixng.org>
+
+ * NEWS: add RSS::Maker.supported?(version).
+
Sat May 16 18:26:42 2009 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
diff --git a/NEWS b/NEWS
index b7a1658961..e6ce0fe4b4 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=