summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-02 14:19:51 +0000
committerwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-02 14:19:51 +0000
commit6a5724f9b30ba580aed1df775a270a8e43e545cc (patch)
tree2e3dfa236d6aafa863d50da44bbf3b413255bf0e /ChangeLog
parent2806af3ec11bb914f17419c5550743ad71e64005 (diff)
* lib/cgi.rb (CGI#header): accept any type as value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4662a25492..5d2a0d0d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 2 14:13:11 2002 Wakou Aoyama <wakou@ruby-lang.org>
+
+ * lib/cgi.rb (CGI#header): accept any type as value.
+
Sun Jun 30 17:05:29 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,