From d6ee50245ad9f6773ad087905bd9d3dd0c537a30 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 17 Jun 2006 01:04:31 +0000 Subject: * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) * lib/rss/rss.rb: added backward compatibility codes. * lib/rss/parser.rb: ditto. * test/rss/test_parser.rb: ditto. * test/rss/test_2.0.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0647a2fb..637311ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -100,6 +100,11 @@ Sat Jun 17 09:03:47 2006 Kouhei Sutou * test/rss/rss-assertions.rb: improved type conversion assertions. + * lib/rss/rss.rb: added backward compatibility codes. + * lib/rss/parser.rb: ditto. + * test/rss/test_parser.rb: ditto. + * test/rss/test_2.0.rb: ditto. + Sat Jun 17 02:01:00 2006 Tanaka Akira * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed -- cgit