aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-25 20:54:50 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-25 20:54:50 +0000
commitcf16f0de0f01cbabec98e6efe8bcaaef2edeefe1 (patch)
tree079d364d49679960171bb2d976179c0f8ad8ddea /ChangeLog
parent1ba65ebfe9ad769dda3b8e1c584829702b0c53ce (diff)
downloadruby-cf16f0de0f01cbabec98e6efe8bcaaef2edeefe1.tar.gz
* test/ruby/test_fiber.rb: fix to require 'continuation'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13274 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 452cd82dbd..90e791c4c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Aug 26 05:52:08 2007 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_fiber.rb: fix to require 'continuation'.
+
Sat Aug 25 23:22:14 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* include/ruby/encoding.h: remove unused rb_enc_ismbchar().