From b62936e1904a448ba12fdcf54e33ccc1501df885 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 29 Dec 2009 01:36:26 +0000 Subject: * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): any number spaces can be placed between equal-sign and the value. patch from Ed Howland in [ruby-core:27345]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93c57e790..3a0aced88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 29 10:36:23 2009 Nobuyoshi Nakada + + * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): + any number spaces can be placed between equal-sign and the value. + patch from Ed Howland in [ruby-core:27345]. + Mon Dec 28 22:33:58 2009 NAKAMURA Usaku * win32/win32.c (CreateChild): force to inherit standard I/O handles. -- cgit