summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 03:13:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 03:13:16 +0000
commit19e59705f837f621a7266d6c3d8a9a54bed534bf (patch)
tree177a532c13052974e7bd0cc26bf93d835fdc207e /NEWS
parent8b54e694826ebc7984e8f39dc41068875c416313 (diff)
Add NEWS about r56200
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ec184091d..6b77714162 100644
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Numeric#finite?, Numeric#infinite? [Feature #12039]
+* Process
+
+ * Support CLOCK_MONOTONIC_RAW_APPROX, CLOCK_UPTIME_RAW, and
+ CLOCK_UPTIME_RAW_APPROX which are introduced by macOS 10.12.
+
* Regexp
* Regexp#match? [Feature #8110]