1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2009-05-16 09:32:36 +00:00
parent 86f2dc7425
commit 1d2acd5664
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat May 16 18:33:15 2009 Kouhei Sutou <kou@cozmixng.org>
* NEWS: add RSS::Maker.supported?(version).
Sat May 16 18:26:42 2009 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image

3
NEWS
View file

@ -75,6 +75,9 @@ with all sufficient information, see the ChangeLog file.
* 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=