From d34d3d9597476eb06a5b49f4ce9c358b0d006e3f Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 5 Jul 2004 15:15:04 +0000 Subject: * lib/rss/{trackback,syndication,dublincore,content}.rb: worked with ruby 1.6 again. * test/rss/rss-assertions.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a88ce52f7..a5d3321c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 5 23:56:42 2004 Kouhei Sutou + + * lib/rss/{trackback,syndication,dublincore,content}.rb: worked + with ruby 1.6 again. + + * test/rss/rss-assertions.rb: ditto. + Mon Jul 5 22:54:39 2004 Tanaka Akira * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs. -- cgit