summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 21:25:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 21:25:03 +0000
commiteaa572e57d1a21892e57f7e451cb991fab32b2d2 (patch)
tree43107d351095da4a3bbb1afa67cf0169106db74b /ChangeLog
parentbe9d096cc9f6b7ca277123ba351f84f10be3458e (diff)
* lib/cmath.rb (CMath.log): second argument: b can be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cab245149d..1370e19a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 30 06:17:02 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/cmath.rb (CMath.log): second argument: b can be nil.
+
Thu Jun 30 06:23:28 2011 Eric Hodel <drbrain@segment7.net>
* thread.c (ruby_thread_s_pass): Fix typo.