summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-10 12:37:25 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-10 12:37:25 +0000
commit14df5ba882e1dd411da0beb7d3cc2fdf8e5fb7a8 (patch)
tree1fdcc181d54ec56ef2073a44cf8a8d2db0c6b870 /NEWS
parentedf6ed2ba9806f83b8058d6daa3997a8f66232fc (diff)
* lib/rss/maker.rb (RSS::Maker.[]): add.
Suggested by Akinori MUSHA. Thanks!!! [ruby-dev:37210] * NEWS: add an entry for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 481f0413da..cd721ed5c6 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,9 @@ with all sufficient information, see the ChangeLog file.
* raise an exception not returns nil for invalid feed making.
* requires block.
+ * RSS::Maker.[]
+ * new method to return maker class.
+
* REXML
* REXML::Document.entity_expansion_limit=