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

NEWS: mention Process.last_status

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2017-12-12 09:00:19 +00:00
parent 8624cec9d3
commit 8adf110322

1
NEWS
View file

@ -101,6 +101,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Process
* Precision of Process.times is improved if getrusage(2) exists. [Feature #11952]
* Process.last_status. [Feature #14043]
* Range
* Range#initialize no longer rescue exceptions when comparing begin and