aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-25 04:05:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-25 04:05:51 +0000
commita943745a4234ef774f28ac9b87c5e4fe94ee96bb (patch)
tree57934c682b6023658d90044021e559a73bd90ee5 /ChangeLog
parent66a97945e30119503b43d0d2b8dde62c961c3c17 (diff)
downloadruby-a943745a4234ef774f28ac9b87c5e4fe94ee96bb.tar.gz
* proc.c (missing_wrap): new_arg is already given if argc > 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0bd2e5fdf..c0df450966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Fri Sep 25 13:04:46 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Sep 25 13:05:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * proc.c (missing_wrap): new_arg is already given if argc > 1.
* proc.c (mnew): fix for instance method of Module, BasicObjec
and subclass of a class which overrides respond_to_missing?.