summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-30 11:49:06 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-30 11:49:06 +0000
commitc5cb386eba6d9a2d9a8e6ffa8c30137d0c4660c1 (patch)
treed60216f82f3de856f2496697c3430d3169ccda08
parent162adb82d1fc1abb3ca0ba86d450709b3bd7e321 (diff)
NEWS: clarify item about built-in thread cache
[Feature #14757] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d835b2621..6673ed8eae 100644
--- a/NEWS
+++ b/NEWS
@@ -234,7 +234,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* VM generator script renewal; makes the generated VM more optimized. [GH-1779]
-* Thread cache enabled for pthreads platforms [Feature #14757]
+* Thread cache enabled for pthreads platforms
+ (for `Thread.new` and `Thread.start`) [Feature #14757]
=== Miscellaneous changes