From 70a05a3e82c9e47757caf8d2873cf3bc80ec22d9 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/trunk@7971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9b64912f..5392b80a4 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