summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 22:17:54 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 22:17:54 +0000
commit43a5972a3e85c6a5f5eed0cc5bb833d4ec9dfe24 (patch)
tree883dd22ff5c4aa90f99588617a40667669605845 /ChangeLog
parent4a447965b541e0e6e3306c16a2344b0853b1bdca (diff)
* gc.c (gc_record): add information for debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c6d863f7e..bb15c499d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 18 14:16:47 2014 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_record): add information for debug print.
+
Wed Nov 19 04:49:07 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* debug.c (set_debug_option): need the declaration.