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

ruby-changes:11811

From: kou <ko1@a...>
Date: Sat, 16 May 2009 19:52:25 +0900 (JST)
Subject: [ruby-changes:11811] Ruby:r23466 (ruby_1_8): * NEWS: add RSS::Maker.supported?(version).

kou	2009-05-16 19:52:13 +0900 (Sat, 16 May 2009)

  New Revision: 23466

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

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

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 23465)
+++ ruby_1_8/NEWS	(revision 23466)
@@ -153,6 +153,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=
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 23465)
+++ ruby_1_8/ChangeLog	(revision 23466)
@@ -1,3 +1,7 @@
+Sat May 16 19:52:54 2009  Kouhei Sutou  <kou@c...>
+
+	* NEWS: add RSS::Maker.supported?(version).
+
 Sat May 16 19:50:34 2009  Kouhei Sutou  <kou@c...>
 
 	* lib/rss/parser.rb: add nil check.

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

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