summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-09 06:13:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-09 06:13:50 +0000
commitac7955d9fe5046f6cbaaf613b836f3db48974861 (patch)
tree1c706e55314ab95bea7477e8c1788b52bae7aa8a /ChangeLog
parenta38ea9ec2908a7f4d58c47bf1cebecbf1741ab58 (diff)
* stable version 1.6.8 release candidate.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bb739c05d2..2c5c7307f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 9 15:13:14 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * stable version 1.6.8 release candidate.
+
Fri Dec 6 14:13:59 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.
@@ -106,10 +110,6 @@ Sat Nov 9 16:06:57 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
-Fri Nov 8 22:11:56 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * stable version 1.6.8 release candidate.
-
Fri Nov 8 22:10:51 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_eval): removed unnecessary toplevel check.