aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-21 10:32:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-21 10:32:53 +0000
commitb20521ddc595cfbf9b0d95c54da42151bcef4d96 (patch)
tree80dab0355205bf84b746b980552a60d166b4bdec /ChangeLog
parentd9f27b56096a7aeb48cb6b7baedacb36f52d8c23 (diff)
downloadruby-b20521ddc595cfbf9b0d95c54da42151bcef4d96.tar.gz
* object.c (rb_obj_inspect): fixed rdoc about the case that to_s
is called. [ruby-core:24425] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25427 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 b679c769a0..b8a5ddfc28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 21 19:32:52 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * object.c (rb_obj_inspect): fixed rdoc about the case that to_s
+ is called. [ruby-core:24425]
+
Wed Oct 21 08:17:17 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/logger/test_logger.rb (TestLogDevice#test_write): check