summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-24 14:31:40 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-24 14:31:40 +0000
commitc50220619be5c1d83768611a41d27442dd2056de (patch)
tree3191b7fe62efc2410a53e08fe248199e3817dd3d /NEWS
parentfb29cffab05cb5446c1e6cd68035c39143b02763 (diff)
system_spec.rb: add RubySpec for r62025
NEWS: added an entry for `exception: true` option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62026 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 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]