aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 04:00:09 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 04:00:09 +0000
commit2fedf649adb421f23a450a1a84118bf2f304cddd (patch)
tree324ee8dfce027f1ba1b53dbe03fc9479f74dba70 /NEWS
parent50ff7ea46f0a537e19a20deaed4364973dcad1e0 (diff)
downloadruby-2fedf649adb421f23a450a1a84118bf2f304cddd.tar.gz
[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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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]