aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-05 16:18:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-05 16:18:14 +0000
commit92e1663d073c96003036fd55d4b85a2adf7c8f13 (patch)
treef4b462a1cfb8cf0029c31652de2f13441396aa0d /ChangeLog
parentf95df176042cee6cfab2fdb93ad962688d98eb43 (diff)
downloadruby-92e1663d073c96003036fd55d4b85a2adf7c8f13.tar.gz
parallel.rb: upper directory
* test/lib/test/unit/parallel.rb: make @@project_dir one level upper as this file had moved one level deeper. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51153 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 0939cac683..de22d2d621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 6 01:18:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/lib/test/unit/parallel.rb: make @@project_dir one level
+ upper as this file had moved one level deeper.
+
Sun Jul 5 23:54:10 2015 mizokami <suzunatsu@yahoo.com>
* lib/optparse.rb: [DOC] Fix typo.