summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb3ca56f2..aa656e1262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
-Wed Feb 27 13:49:24 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+Wed Feb 27 16:31:38 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
- * stable version 1.6.6 released.
+ * stable version 1.6.7 released.
+
+Wed Feb 27 16:30:50 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * st.c (st_init_table_with_size): num_bins should be prime numbers
+ (no decrement).
+
+ * st.c (rehash): ditto.
Wed Feb 27 13:18:49 2002 WATANABE Hirofumi <eban@ruby-lang.org>