aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-18 05:47:48 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-18 05:47:48 +0000
commiteff4b2b2e11ec9f4ce0448af0308e29796a112b7 (patch)
treedf477b37e68f5e33c386369ce5cacffe8afba737 /ChangeLog
parent28144433b2f951279552b39bc358769a5267e26a (diff)
downloadruby-eff4b2b2e11ec9f4ce0448af0308e29796a112b7.tar.gz
* thread.c: fix last commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36431 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 4d2986014d..b8d9b9a317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 18 14:47:23 2012 Koichi Sasada <ko1@atdot.net>
+
+ * thread.c: fix last commit miss.
+
Wed Jul 18 14:16:51 2012 Koichi Sasada <ko1@atdot.net>
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.