aboutsummaryrefslogtreecommitdiffstats
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 9174577811..4125f07725 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* added Dir#each_child and Dir#children instance methods. [Feature #13969]
+* Kernel
+
+ * Kernel.#system takes :exception option to raise an exception on failure. [Feature #14386]
+
* Proc
* Proc#call doesn't change $SAFE any more. [Feature #14250]