NEWS: add descriptions of [Feature #12732]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2018-03-15 12:01:08 +00:00
parent 2258a97fe2
commit b12d7f17d6
1 changed files with 8 additions and 0 deletions

8
NEWS
View File

@ -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]