summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-02 14:19:37 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-02 14:19:37 +0000
commitb0e4eff3a4637fe2a385398e495b7c82e217b591 (patch)
tree3ce43305e56c01a367660017aa207c3f9901bfb7 /ChangeLog
parent60e30961ffed7aabafc102caa5792d5c9cb0661e (diff)
* lib/cgi/session.rb: don't use module_function for Class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1490 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 0b15290e3b..1676c5f97d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jun 2 23:05:20 2001 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/cgi/session.rb: don't use module_function for Class.
+
Sat Jun 2 00:02:22 2001 Keiju Ishitsuka <keiju@ishitsuka.com>
* irb messages: fix typos.