ruby-changes:30434
From: kou <ko1@a...>
Date: Sun, 11 Aug 2013 18:01:39 +0900 (JST)
Subject: [ruby-changes:30434] kou:r42513 (trunk): * NEWS (REXML::Parsers::SAX2Parser): Add about this change.
kou 2013-08-11 18:01:33 +0900 (Sun, 11 Aug 2013) New Revision: 42513 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42513 Log: * NEWS (REXML::Parsers::SAX2Parser): Add about this change. * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse): Fix wrong number of arguments. Document says "an array of the entity declaration" but it passes two or more arguments. This is a bug but it break backward compatibility. Reported by Ippei Obayashi. [Bug #8731] [ruby-dev:47582] * lib/rexml/sax2listener.rb (REXML::SAX2Listener#entitydecl): ditto. The listener template accepted two arguments. * test/rexml/parser/test_sax2.rb: Add tests for external ID case. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42512) +++ ChangeLog (revision 42513) @@ -1,3 +1,15 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Aug 11 17:54:07 2013 Kouhei Sutou <kou@c...> + + * NEWS (REXML::Parsers::SAX2Parser): Add about this change. + * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse): + Fix wrong number of arguments. Document says "an array of the + entity declaration" but it passes two or more arguments. + This is a bug but it break backward compatibility. + Reported by Ippei Obayashi. [Bug #8731] [ruby-dev:47582] + * lib/rexml/sax2listener.rb (REXML::SAX2Listener#entitydecl): ditto. + The listener template accepted two arguments. + * test/rexml/parser/test_sax2.rb: Add tests for external ID case. + Sun Aug 11 17:41:41 2013 Kouhei Sutou <kou@c...> * test/rexml/parser/test_sax2.rb: Add SAX2 API test. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/