summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 09:52:50 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 09:52:50 +0000
commit2d855b08d0d91a987c305a21a83dff0bfb3fccf2 (patch)
tree7340d8d83209621efd5d9092202b4d5db7e743ff /ChangeLog
parent72cf24c813aa788366ef4a6fc0be0491cdcaaf95 (diff)
* method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52059 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 487f6e5f32..85e11ed6b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 6 18:51:51 2015 Koichi Sasada <ko1@atdot.net>
+
+ * method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.
+
Tue Oct 6 18:47:45 2015 Koichi Sasada <ko1@atdot.net>
* method.h: remove METHOD_ENTRY_SAFE(me) and related code