diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 12:06:26 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 12:06:26 +0000 |
| commit | e6eb9e35f17930fa6cf49d823a52fc4e8e3774c0 (patch) | |
| tree | cb1d87a72fd558e9b97ac2f9811ce47bc5809a62 /ChangeLog | |
| parent | 1f0dca2c56f3bb11d0eefda3e79a0a5a191d2940 (diff) | |
| download | ruby-e6eb9e35f17930fa6cf49d823a52fc4e8e3774c0.tar.gz ruby-e6eb9e35f17930fa6cf49d823a52fc4e8e3774c0.tar.xz ruby-e6eb9e35f17930fa6cf49d823a52fc4e8e3774c0.zip | |
* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:
RSS::Maker.[] returns a maker class corresponds to passed version.
* test/rss/test_maker_*.rb: add tests for RSS::Maker.[].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Dec 11 21:04:04 2008 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb: + RSS::Maker.[] returns a maker class corresponds to passed version. + + * test/rss/test_maker_*.rb: add tests for RSS::Maker.[]. + Thu Dec 11 20:05:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_enc_aliases_enc_i): skips default internal. |
