summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 09:12:56 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 09:12:56 +0000
commit51bd9cada87c6f07499d767dc712f0177cb19a08 (patch)
treed8163b71056db73ec20a0a32dbdf552cefac0833 /NEWS
parent8272251f6dd058fab4e34150525f345eebb5693c (diff)
* NEWS: add an entry for rss.
* lib/rss/, test/rss/: merge from trunk. - 0.2.4 -> 0.2.5. - RSS::Maker.make raise an exception not returns nil for invalid feed making. - RSS::Maker.make requires block. - don't use instance_variable to initialize variables. (speed up) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 492f02339c..2a3ba7bffa 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,14 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+* rss
+
+ * 0.2.4 -> 0.2.5
+
+ * RSS::Maker.make
+ * raise an exception not returns nil for invalid feed making.
+ * requires block.
+
== Changes since the 1.8.6 release
=== Configuration changes