summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 10:58:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 10:58:14 +0000
commite2a930c73a77c39f1b2aa6fa405afbab583abea2 (patch)
treedec0346a0063b3e916addb929e1000ee5bc26960 /ChangeLog
parent9dcf6d9f967620478184fd2a3bdaa24c78176b78 (diff)
add Thread.name and Thread.name= docs Feature #11251 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e2d7bee39..d530af9bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ Sat Jun 13 17:35:11 2015 NARUSE, Yui <naruse@ruby-lang.org>
* vm.c (th_init): initialize th->name.
- * thread.c (Init_Thread): add Thread.name and Thread.name=.
+ * thread.c (Init_Thread): add Thread.name and name=. [Feature #11251]
* thread.c (rb_thread_inspect): show thread's name if set.