aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 17:37:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 17:37:55 +0000
commit0f3206c65b7c080d0c28354840a367f87ce43a2f (patch)
tree61ca38c3323aafdc528ff340242d0c6cb31ce741 /ChangeLog
parenta84c2941c22b165777667aeddad892c4ee99a45e (diff)
downloadruby-0f3206c65b7c080d0c28354840a367f87ce43a2f.tar.gz
* ChangeLog: revert the line accidentally removed at r40763.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a90bf08e56..e39436a886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@ Wed May 15 17:55:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (RUBY_PLATFORM): move to config.h as needed by
version.c.
+Wed May 15 17:04:11 2013 Koichi Sasada <ko1@atdot.net>
+
* gc.c: add an additional RGENGC_PROFILE mode (2).
Profiling result can be check by GC.stat.