From c582a29af2bee8b9d42d5fe07e9c4fa8837169fc Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 14 Feb 2005 15:01:05 +0000 Subject: * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): fixed invalid namespace handling bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c26f05560..1c626b3c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 14 23:58:17 2005 Kouhei Sutou + + * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): + fixed invalid namespace handling bug. + Mon Feb 14 13:12:38 2005 GOTOU Yuuzou * ext/openssl/lib/openssl/ssl.rb -- cgit