aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-13 23:30:20 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-13 23:30:20 +0000
commit6b1a8e3377144abad7e66c18f7f87b3f9a1961aa (patch)
tree5d7dbe15db69481c7ebf186487405537bac3670c /ChangeLog
parent4945572f3cc6dcd55ffac4876ae23f27e19120ad (diff)
downloadruby-6b1a8e3377144abad7e66c18f7f87b3f9a1961aa.tar.gz
* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]
[Fixes GH-628] https://github.com/ruby/ruby/pull/628 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46421 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 fdaaad4161..f94e8c2b45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 14 08:28:59 2014 Zachary Scott <e@zzak.io>
+
+ * man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]
+ [Fixes GH-628] https://github.com/ruby/ruby/pull/628
+
Fri Jun 13 17:58:58 2014 Koichi Sasada <ko1@atdot.net>
* vm_trace.c: add new method TracePoint.stat to debug