summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-27 04:45:24 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-27 04:45:24 +0000
commit7f9b387c3d126846f5ba94705011beb20e5eb8ba (patch)
tree02c2c63c8882c66f63cf31657f128f0142d1e21b /NEWS
parent9b20276d78aae1e97206750d4044e71ff962ea04 (diff)
downloadruby-7f9b387c3d126846f5ba94705011beb20e5eb8ba.tar.gz
ruby-7f9b387c3d126846f5ba94705011beb20e5eb8ba.tar.xz
ruby-7f9b387c3d126846f5ba94705011beb20e5eb8ba.zip
* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
item.guid.permanent_link? and item.guid.permanent_link=. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ea63ff7a..83f10ff1e 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,11 @@ with all sufficient information, see the ChangeLog file.
* RSS::Maker.supported?(version)
* new method to check whether given version is supported.
+ * RSS::Maker: item.guid.permanent_link?
+ * new alias of item.guid.isPermaLink
+ * RSS::Maker: item.guid.permanent_link=
+ * new alias of item.guid.isPermaLink=
+
* REXML
* REXML::Document.entity_expansion_limit=