aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-04 06:39:37 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-04 06:39:37 +0000
commit6b24471ff5eef09d8e248e3cea9516838ea3d487 (patch)
tree920b56a0ad879b553136f850a605ec3157866549 /ChangeLog
parent0230590130c747d63cfbc4299421d251ef6e76c6 (diff)
downloadruby-6b24471ff5eef09d8e248e3cea9516838ea3d487.tar.gz
* hash.c: use correct grammer. Patch by @tveastman
[fix GH-1079][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9cf27a712..8fc3f8b7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * hash.c: use correct grammer. Patch by @tveastman
+ [fix GH-1079][ci skip]
+
Wed Nov 4 11:38:23 2015 Jake Worth <jakeworth82@gmail.com>
* process.c (proc_getsid): [DOC] Fix double word 'for' and typo.