aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 04:37:31 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 04:37:31 +0000
commitc4ccdd6471ce8b2fc432a6174d8c08a48a8bdc3b (patch)
tree844881f1e0cc132364df73ebfeeade802040d13c /ChangeLog
parente794fa5cb5b2a2ebffa4a535da4d951f6a4b559a (diff)
downloadruby-c4ccdd6471ce8b2fc432a6174d8c08a48a8bdc3b.tar.gz
* lib/racc/rdoc/grammar.en.rdoc: fix spell error.
[fix GH-1053][ci skip] Patch by @Matrixbirds git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52120 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 06689cf019..9796333893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 14 13:37:23 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * lib/racc/rdoc/grammar.en.rdoc: fix spell error.
+ [fix GH-1053][ci skip] Patch by @Matrixbirds
+
Tue Oct 13 22:06:50 2015 Tanaka Akira <akr@fsij.org>
* ext/socket/raddrinfo.c (rsock_fd_family): Check sa_len.