aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 01:34:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 01:34:54 +0000
commit0755c1c8f2aaf83315353f9e99bd13b2d4ff618b (patch)
tree8fadfc69d934ffc176461b5106fa628b04d50e6e /ChangeLog
parent9c8770e05178094217632cd1af52a22a981c590b (diff)
downloadruby-0755c1c8f2aaf83315353f9e99bd13b2d4ff618b.tar.gz
* lib/test/unit.rb: revert r30863, because it causes too many noise.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30866 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 dbc06ae4cf..de1c2c29d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 14 10:33:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/test/unit.rb: revert r30863, because it causes too many noise.
+
Mon Feb 14 07:34:55 2011 Tanaka Akira <akr@fsij.org>
* ext/curses/curses.c: parenthesize macro arguments.