diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-13 14:21:21 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-13 14:21:21 +0000 |
| commit | 5e40d3c34cf266558e1ed8f368b6f985c578ae2b (patch) | |
| tree | be55e41a95ba2a3894b88556a8bf5f978a1f39a3 /ChangeLog | |
| parent | f7f23c5b3e6cc349f6557537096cbff9089f8ace (diff) | |
| download | ruby-5e40d3c34cf266558e1ed8f368b6f985c578ae2b.tar.gz ruby-5e40d3c34cf266558e1ed8f368b6f985c578ae2b.tar.xz ruby-5e40d3c34cf266558e1ed8f368b6f985c578ae2b.zip | |
* lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added
convenient methods.
* lib/rss/0.9.rb (RSS::Rss::Channel#date{,=}): ditto.
* lib/rss/2.0.rb (RSS::Rss::Channel::Item#date{,=}): ditto.
* test/rss/: added tests for the convenient methods.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Feb 13 23:13:46 2005 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added + convenient methods. + + * lib/rss/0.9.rb (RSS::Rss::Channel#date{,=}): ditto. + + * lib/rss/2.0.rb (RSS::Rss::Channel::Item#date{,=}): ditto. + + * test/rss/: added tests for the convenient methods. + Sun Feb 13 23:12:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_thread_start_0): restore prot_tag before rewinding. |
