summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-26 20:55:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-26 20:55:31 +0000
commit9cfc74427e78f7a12fe015332e88a2716ad1ae96 (patch)
tree3fcd689f66449ec602578b1138e3c445035e4559
parent420efa9c782ce78ef62b74caaa97918a722d069f (diff)
NEWS: Thread#name= on Windows [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bfca9240c..fac6484dfd 100644
--- a/NEWS
+++ b/NEWS
@@ -99,6 +99,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Thread#fetch [Feature #13009]
+ * Description set by Thread#name= is now visible on Windows 10.
+
=== Stdlib updates (outstanding ones only)
* ERB