summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5bfe01b3a0..3f9f620850 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,10 @@ with all sufficient information, see the ChangeLog file or Redmine
of #coerce. Return nil in #coerce if the coercion is impossible.
[Feature #7688]
+* Process
+
+ * Precision of Process.times is improved if getrusage(2) exists. [Feature #11952]
+
* Range
* Range#initialize no longer rescue exceptions when comparing begin and
end with #<=> and raise a "bad value for range" ArgumentError