1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
normal 2018-05-29 01:18:06 +00:00
parent d6d130c18a
commit 9e5354eb52

2
NEWS
View file

@ -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.