summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 14:15:29 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 14:15:29 +0000
commit478c65c4687f6a5a148c843f49d22e7a1b15d3f7 (patch)
tree4fbde92f566af3fbe997463a3c685d8a0fa7c53e /ChangeLog
parent0ffb18de451c5e4f06af9510bf7be4ae272d176d (diff)
* proc.c (mnew): fix wrong error message when Kernel#public_method
receives name of private method. [Bug #2425] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88669d2bc5..88392abfef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 22 23:10:59 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * proc.c (mnew): fix wrong error message when Kernel#public_method
+ receives name of private method. [Bug #2425]
+
Thu Apr 22 22:56:42 2010 Yusuke Endoh <mame@tsg.ne.jp>
* bootstraptest/test_thread.rb: fix test. [Bug #2342]