summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.