summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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]