aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-23 11:02:37 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-23 11:02:37 +0000
commitf614957d120f9c2ea7bb1991429ea15011ba858c (patch)
tree20f2906d31bfe1f94e0e00d736905bfd0508b3c2 /ChangeLog
parentf6a4b06850f0da0e002638c328710c020a3c3394 (diff)
downloadruby-f614957d120f9c2ea7bb1991429ea15011ba858c.tar.gz
* test/ruby/test_settracefunc.rb: check the target thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44692 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 6ef5a3f60a..3f2ffb792d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 23 19:59:16 2014 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_settracefunc.rb: check the target thread.
+
Thu Jan 23 14:26:44 2014 Zachary Scott <e@zzak.io>
* lib/fileutils.rb: [DOC] Fix typo in options_of() example [Bug #9392]