From b18838379ee2a5078e03fda26fe4e4e69066e414 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 31 Oct 2009 08:18:32 +0000 Subject: * lib/net/http.rb (Net::HTTPResponse#each_response_header): cosmetic: '?\ ' -> '?\s' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0100d4ce..07156cbf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 31 17:19:28 2009 NAKAMURA, Hiroshi + + * lib/net/http.rb (Net::HTTPResponse#each_response_header): + cosmetic: '?\ ' -> '?\s' + Fri Oct 30 22:09:47 2009 NAKAMURA, Hiroshi * lib/net/http.rb (Net::HTTPResponse#each_response_header): -- cgit