aboutsummaryrefslogtreecommitdiffstats
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
commit311d5681dd4c2e654847a5dde5a821d70df94977 (patch)
tree528ee4c9c2c061d2fb5bb0024e66e8707dc0f52c
parent283040c0b2fa30a226318ecee357a12939fe0498 (diff)
downloadruby-311d5681dd4c2e654847a5dde5a821d70df94977.tar.gz
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.