From 5e40d3c34cf266558e1ed8f368b6f985c578ae2b Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 13 Feb 2005 14:21:21 +0000 Subject: * 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b920ed293..715b87598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Feb 13 23:13:46 2005 Kouhei Sutou + + * 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 * eval.c (rb_thread_start_0): restore prot_tag before rewinding. -- cgit