aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]