summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:04:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:04:19 +0000
commit95e42dc1526405e7c7310e39d0c369e9d436a7b9 (patch)
tree8d3c6ad164fbc85f3a8135f0df2067582c061bdf /ChangeLog
parent10bf738beeba506565c0486a29fc063c421c1d36 (diff)
* lib/test/unit.rb (Test::Unit::GlobOption#non_options): should run
with 1.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32002 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 3a62905dd6..88796fbd48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 11 19:04:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/test/unit.rb (Test::Unit::GlobOption#non_options): should run
+ with 1.8.
+
Sat Jun 11 18:05:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* bootstraptest/runner.rb: should initilize $stress to avoid warnings.