aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:00:19 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:00:19 +0000
commit53661f5395b9b1554338db80c41a90a50b529cc8 (patch)
treeddbee1b6cdfcff370350a020d0804ddec41a6f62 /NEWS
parent23053df7f2a1b9f3313dba756d3835a8b3917895 (diff)
downloadruby-53661f5395b9b1554338db80c41a90a50b529cc8.tar.gz
NEWS: mention Process.last_status
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d329b5413..3b1e42fc75 100644
--- a/NEWS
+++ b/NEWS
@@ -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