summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-07 08:27:00 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-07 08:27:00 +0000
commit441127c16d62d3d597b4e7d425b8e841083cc4b0 (patch)
treec677d53499a5ffa3aee214a365a55e984a004f71 /ChangeLog
parent1beec4c47675c9f7cf57eb0d1993f406ffeb839d (diff)
* eval.c (method_inspect): show proper class name.
[ruby-talk:248647], Thanks Calamitas. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12459 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 49d9c4d144..85061fbdc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 7 14:53:46 2007 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * eval.c (method_inspect): show proper class name.
+ [ruby-talk:248647], Thanks Calamitas.
+
Sun May 27 05:24:56 2007 URABE Shyouhei <shyouhei@ruby-lang.org>
* runruby.rb: eliminate uninitialized variable.