aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-12 01:39:53 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-12 01:39:53 +0000
commit13dd738d888760d0a986c208376f2416e5c17f24 (patch)
treedd8a922982692c488b4ffd45786856996ee55979 /ChangeLog
parent178bc9a0e797d7c09a74a6edec525bda314cc575 (diff)
downloadruby-13dd738d888760d0a986c208376f2416e5c17f24.tar.gz
* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
https://github.com/ruby/ruby/pull/738 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47890 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 84c1b71388..4e0dca223e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 12 10:39:16 2014 Zachary Scott <e@zzak.io>
+
+ * vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
+ https://github.com/ruby/ruby/pull/738
+
Sun Oct 12 09:24:15 2014 Tanaka Akira <akr@fsij.org>
* test/lib/test/unit.rb: Hide skips by default.