aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-13 02:53:27 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-13 02:53:27 +0000
commit3477670963c7cc4d929e5196369f5327421ff62d (patch)
tree67123c39b26798bbe06cb91d593a7e67037d634e /ChangeLog
parentd8f619e1a7b703ca1dd6c9c63be63c2b1492e9bb (diff)
downloadruby-3477670963c7cc4d929e5196369f5327421ff62d.tar.gz
* array.c: fix comment to remove the word "shady".
* variable.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e910e6aaf..0d8eccd168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Dec 13 11:52:41 2013 Koichi Sasada <ko1@atdot.net>
+
+ * array.c: fix comment to remove the word "shady".
+
+ * variable.c: ditto.
+
Fri Dec 13 11:33:55 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: rename *shady* func/macros.