From ef8395a82e8c7d03a7e18f8a1331da2fd52d6fa6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Dec 2006 16:36:31 +0000 Subject: * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may not be string. [ruby-core:09750] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 087a228b3..e51816862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 21 15:32:19 2006 Yukihiro Matsumoto + + * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may + not be string. [ruby-core:09750] + Wed Dec 20 12:54:31 2006 Koichi Sasada * Convert CVS repository to Subversion repository. -- cgit