aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-04 15:06:14 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-04 15:06:14 +0000
commit30456e9607308d79cb3e5a40bdb73023780d243a (patch)
tree4e890a6941bf2b4637175ba44b200b7e4991084f /ChangeLog
parent8cb2cc5523ddb766081333a6fe09b2c61ed422f4 (diff)
downloadruby-30456e9607308d79cb3e5a40bdb73023780d243a.tar.gz
* node.h: catch up comments for last commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43529 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 e479d7e575..73658480c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 5 00:05:51 2013 Koichi Sasada <ko1@atdot.net>
+
+ * node.h: catch up comments for last commit.
+
Tue Nov 5 00:02:00 2013 Koichi Sasada <ko1@atdot.net>
* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.