From b12d7f17d6a2c1e2e1f96b81170e04ecb4b6a144 Mon Sep 17 00:00:00 2001 From: mrkn Date: Thu, 15 Mar 2018 12:01:08 +0000 Subject: [PATCH] NEWS: add descriptions of [Feature #12732] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 1850bdcd43..085e337946 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,14 @@ with all sufficient information, see the ChangeLog file or Redmine * Kernel + * Kernel.#Complex takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Float takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Integer takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Rational takes :exception option to specify the way of error handling [Feature #12732] + * Kernel.#system takes :exception option to raise an exception on failure. [Feature #14386]