summaryrefslogtreecommitdiffstats
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
commit62e6367984afc3e0dfc3c632b1349a10d1565bb8 (patch)
tree14e706d24cdd14874478bdb7d5661ddeae9e9e2f /ChangeLog
parentfb52cdd00c4160f9582ea7865e5fe2a7f757f53d (diff)
downloadruby-62e6367984afc3e0dfc3c632b1349a10d1565bb8.tar.gz
ruby-62e6367984afc3e0dfc3c632b1349a10d1565bb8.tar.xz
ruby-62e6367984afc3e0dfc3c632b1349a10d1565bb8.zip
* lib/cgi/session.rb: don't use module_function for Class.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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 e75296e28..decb68b4a 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.