From 254670b3bc1143e6a71ea203dae8c31cf2908730 Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 25 Nov 2005 03:54:29 +0000 Subject: * 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. * test/rss/test_content.rb: use #__send__ instead of #funcall for no private method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 001ccf18a8..a43dcc3d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Nov 25 12:52:57 2005 Kouhei Sutou + + * 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. + + * test/rss/test_content.rb: use #__send__ instead of #funcall for + no private method. + Fri Nov 25 12:39:56 2005 Kouhei Sutou * lib/rss/rss.rb: improved type conversion. -- cgit v1.2.3