aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
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
commit2cd45df9280ced17ac0049a4ce112b53629ff538 (patch)
treedec0346a0063b3e916addb929e1000ee5bc26960 /NEWS
parent399d2777e41350c8321243b27ad4aacb0f3c277c (diff)
downloadruby-2cd45df9280ced17ac0049a4ce112b53629ff538.tar.gz
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 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf10aae797..eefdd005d2 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,9 @@ with all sufficient information, see the ChangeLog file.
* pack/unpack (Array/String)
* j and J directives for pointer width integer type. [Feature #11215]
+* Thread
+ * Thread#name, Thread#name are added to handle thread names [Feature #11251]
+
=== Stdlib updates (outstanding ones only)