summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-07 01:22:57 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-07 01:22:57 +0000
commit1fa4cdf2d62c2bb5de8d2ba43d7b261eed6542c8 (patch)
treef9e9f464137c5daf45567a6d6df23e11c67af996 /ChangeLog
parent54849da6cf2a6252930074003727361c00dcac1b (diff)
* internal.h: fix typo. Patch by @sferik [fix GH-865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50177 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 3fa50f7eae..39d44ec6e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 7 10:22:51 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * internal.h: fix typo. Patch by @sferik [fix GH-865]
+
Mon Apr 6 22:52:35 2015 Tanaka Akira <akr@fsij.org>
* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes