From e9d7c50ab91e70493eeaf04bc64b85a663b5bc08 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 17 Oct 2004 16:57:44 +0000 Subject: * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize): initial value of accpet-* should be array. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3ea02eaf..b28382ae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 18 01:56:03 2004 GOTOU Yuuzou + + * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize): + initial value of accpet-* should be array. + Sun Oct 17 23:03:48 2004 Hidetoshi NAGAI * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a block -- cgit