From 6cd8896bfa1689da1a4cc5ceb2ccd39453d54ed8 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 17 Aug 2018 04:00:09 +0000 Subject: [DOC] Update NEWS about close_others [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e05c7fa8ba..fa51d256cf 100644 --- a/NEWS +++ b/NEWS @@ -102,6 +102,10 @@ with all sufficient information, see the ChangeLog file or Redmine * Kernel.#system takes :exception option to raise an exception on failure. [Feature #14386] + * incompatible changes: + * system() and exec() do not close non-standard file descriptors + (The default of :close_others option is changed to false by default.) + * KeyError * KeyError#initialize accepts :receiver and :key options to set receiver and key in Ruby code. [Feature #14313] -- cgit v1.2.3