[前][次][番号順一覧][スレッド一覧]

ruby-changes:11797

From: kou <ko1@a...>
Date: Sat, 16 May 2009 18:32:49 +0900 (JST)
Subject: [ruby-changes:11797] Ruby:r23452 (trunk): * NEWS: add RSS::Maker.supported?(version).

kou	2009-05-16 18:32:36 +0900 (Sat, 16 May 2009)

  New Revision: 23452

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23452

  Log:
    * NEWS: add RSS::Maker.supported?(version).

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 23451)
+++ ChangeLog	(revision 23452)
@@ -1,3 +1,7 @@
+Sat May 16 18:33:15 2009  Kouhei Sutou  <kou@c...>
+
+	* NEWS: add RSS::Maker.supported?(version).
+
 Sat May 16 18:26:42 2009  Kouhei Sutou  <kou@c...>
 
 	* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
Index: NEWS
===================================================================
--- NEWS	(revision 23451)
+++ NEWS	(revision 23452)
@@ -75,6 +75,9 @@
   * 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=

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]