aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 18:13:09 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 18:13:09 +0000
commit7e6c9db4e22fd949e8a19ac1711f345529e9ebaa (patch)
tree79d5c814c343676ed694fc5140755227b4b7658c /ChangeLog
parent2bafbe1465d15aea09a18518d7d77282e74c40cf (diff)
downloadruby-7e6c9db4e22fd949e8a19ac1711f345529e9ebaa.tar.gz
* bootstraptest/pending.rb: move/remove solved issues.
* bootstraptest/test_class.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e50874749b..9b691eea34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 9 03:12:23 2008 Koichi Sasada <ko1@atdot.net>
+
+ * bootstraptest/pending.rb: move/remove solved issues.
+
+ * bootstraptest/test_class.rb: ditto.
+
Mon Jun 9 02:32:58 2008 Akinori MUSHA <knu@iDaemons.org>
* ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.