summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-15 12:01:08 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-15 12:01:08 +0000
commitb12d7f17d6a2c1e2e1f96b81170e04ecb4b6a144 (patch)
treed351cb3822e8781a62e7bb3c0c15ce3c55aeb062 /NEWS
parent2258a97fe2b21da9ec294ccedd00b3bbbc85cb07 (diff)
NEWS: add descriptions of [Feature #12732]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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]