From f285ad8045760f632fa0416ea747944af931473a Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 Feb 2007 11:12:11 +0000 Subject: * math.c (math_log): update document to mention second optional argument for logarithm base. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c48dfc06e..60643cfb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 16 19:24:22 2007 Yukihiro Matsumoto + + * math.c (math_log): update document to mention second optional + argument for logarithm base. + Fri Feb 16 19:19:21 2007 Yukihiro Matsumoto * parse.y (mrhs): need to append by arg_append(). -- cgit