NEWS: clarify that we still use FD_CLOEXEC [ci skip]

[Misc #14907]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-08-17 07:47:26 +00:00
Родитель 3bd2d01f96
Коммит 30ad342975
1 изменённых файлов: 2 добавлений и 1 удалений

3
NEWS
Просмотреть файл

@ -104,7 +104,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* incompatible changes:
* system() and exec() do not close non-standard file descriptors
(The default of :close_others option is changed to false by default.)
(The default of :close_others option is changed to false by default.
but we still set the FD_CLOEXEC flag on descriptors we create)
[Misc #14907]
* KeyError