diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-27 08:43:18 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-27 08:43:18 +0000 |
| commit | 5db4f3e9e1f1748f22a2e2ef760aebd799e17e98 (patch) | |
| tree | eea2babdec0c37273a5c91a924f8fb8e6af37bf5 /ChangeLog | |
| parent | 73b68b4e8e0daae2ac9c306b2719885b225dd6b9 (diff) | |
| download | ruby-5db4f3e9e1f1748f22a2e2ef760aebd799e17e98.tar.gz ruby-5db4f3e9e1f1748f22a2e2ef760aebd799e17e98.tar.xz ruby-5db4f3e9e1f1748f22a2e2ef760aebd799e17e98.zip | |
* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,
"0.9" is just alias of "0.91."
* test/rss/test_maker_0.9.rb: make("0.9") -> maker("0.91").
* test/rss/test_to_s.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Nov 27 17:41:35 2004 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now, + "0.9" is just alias of "0.91." + + * test/rss/test_maker_0.9.rb: make("0.9") -> maker("0.91"). + + * test/rss/test_to_s.rb: ditto. + Sat Nov 27 17:21:30 2004 Kouhei Sutou <kou@cozmixng.org> * sample/rss/list_description.rb: untabified. |
