diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-30 12:56:33 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-30 12:56:33 +0000 |
| commit | d731c29b0662e891192a317506bdbccc3c0819a9 (patch) | |
| tree | c8db586c7c9a7697a9c85ef3c4f4597ff3f10891 /ChangeLog | |
| parent | a57d0b0926870d9cfb85e6bd325e084963661de1 (diff) | |
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
* lib/rss/content.rb, lib/rss/content/1.0.rb,
lib/rss/content/2.0.rb, lib/rss/maker/content.rb,
test/rss/rss-testcase.rb, test/rss/test_content.rb,
test/rss/test_maker_content.rb: supported content:encoded with RSS 2.0.
Suggested by Sam Lown. Thanks.
* NEWS: added the above changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@14054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Nov 30 21:53:28 2007 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. + + * lib/rss/content.rb, lib/rss/content/1.0.rb, + lib/rss/content/2.0.rb, lib/rss/maker/content.rb, + test/rss/rss-testcase.rb, test/rss/test_content.rb, + test/rss/test_maker_content.rb: supported content:encoded with RSS + 2.0. + Suggested by Sam Lown. Thanks. + + * NEWS: added the above changes. + Thu Nov 29 16:59:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814] |
