aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 23:00:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 23:00:04 +0000
commit1902f5fa2565d206ce17c4fc87f190dae20a36d0 (patch)
treef4f099ce0c00246a29f487675e52195bbd0b7f99 /ChangeLog
parent0aa197c6f2740ba9ed5e543737965164a356781e (diff)
downloadruby-1902f5fa2565d206ce17c4fc87f190dae20a36d0.tar.gz
* test/lib/minitest/unit.rb: Show Finished threads line-by-line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e33c5ddd2d..cc11049b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 26 07:59:34 2014 Tanaka Akira <akr@fsij.org>
+
+ * test/lib/minitest/unit.rb: Show Finished threads line-by-line.
+
Mon May 26 01:39:02 2014 Zachary Scott <e@zzak.io>
* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.