1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: add NEWS entry about Kernel#then [Feature #14594]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2018-07-01 08:12:14 +00:00
parent 32a7614d21
commit b3fb892dba

2
NEWS
View file

@ -83,6 +83,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Kernel
* Kernel#then is a new alias for Kernel#yield_self [Feature #14594]
* 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]