From 6b2c0ca25dbf76b5e673fec3392a290ce210d483 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 10 Aug 2013 03:01:56 +0000 Subject: * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM): Fix loose "head" match regular expression. It doesn't cause any problem in the current code but it should be fixed because readers may confuse it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 446f5666e8..11fd6fb59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 10 12:00:45 2013 Kouhei Sutou + + * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM): + Fix loose "head" match regular expression. It doesn't cause any + problem in the current code but it should be fixed because readers + may confuse it. + Sat Aug 10 11:58:24 2013 Kouhei Sutou * test/rexml/parse/test_notation_declaration.rb (#test_system_public): -- cgit v1.2.3