summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-28 13:15:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-28 13:15:47 +0000
commit6d77e641870dedc815c8d01855d222413f0f466e (patch)
treef5216fc576acfe11be50143a0ed11f67227b8c2e /ChangeLog
parent30af89a7f2bbd02a30db3b62b027dfb72ce44fee (diff)
downloadruby-6d77e641870dedc815c8d01855d222413f0f466e.tar.gz
ruby-6d77e641870dedc815c8d01855d222413f0f466e.tar.xz
ruby-6d77e641870dedc815c8d01855d222413f0f466e.zip
* lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS
and CGI_COOKIES. they will no longer be used. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3569f085c..1d990d592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 28 18:59:17 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS
+ and CGI_COOKIES. they will no longer be used.
+
Wed Jul 28 15:44:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_call0): should call rb_call_super() directly for