summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c192c232..edc5dca8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
日 12月 14 12:51:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
* bignum.c (rb_big_mul): faster multiplication by Karatsuba method and
- twice faster square than normal multiplication.
+ twice faster square than normal multiplication. [ruby-dev:37392]
* random.c (rb_rand_internal): used by Bignum#*.