summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d9a4c85..537f91120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-Fri May 29 10:04:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri May 29 17:08:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * hash.c (rb_hash_inspect): rescurses with defined ID to get rid
- of extra call. [ruby-core:23601]
+ * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce
+ the result of recursive array. a patch from ujihisa a
+ [ruby-core:23601]. [ruby-dev:38555]
Fri May 29 09:30:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>