summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f607ac33e..4daf4aeaef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Sat Jul 14 02:05:53 2007 Yukihiro Matsumoto <[email protected]>
- * insns.def (opt_div): FIX2NUM may not work for corner cases.
- [ruby-dev:31210]
+ * insns.def (opt_div): LONG2FIX() may not work for corner cases,
+ use LONG2NUM() instead. [ruby-dev:31210]
Sat Jul 14 00:34:01 2007 Yukihiro Matsumoto <[email protected]>