summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:18:06 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:18:06 +0000
commit9e5354eb52bd419acb86a158514bc4a709cd9f8a (patch)
tree528ee4c9c2c061d2fb5bb0024e66e8707dc0f52c
parentd6d130c18ac3fd37ce9a87a6860593865c1cde62 (diff)
NEWS: add item about built-in thread cache
This change may impact design of future programs and obviate thread pools in many cases, so it's worth a mention. Anyways, this seems stable since r63499 [Feature #14757] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85ccdac4e5..3d835b2621 100644
--- a/NEWS
+++ b/NEWS
@@ -234,6 +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]
+
=== Miscellaneous changes
* On macOS, shared libraries no longer include a full version number of ruby in their names.