summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 15:01:08 +0000
commiteccdc515d52393f5b30fc73032b09c41b71acfe7 (patch)
tree574f7157c2a9462f712740502d09565726a0fdb1 /NEWS
parent38054f99aaf6872e9ebcf683ac7c230a9926ed6f (diff)
atime,mtime,ctime of File::Stat are instance methods
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3eb535e9f4..d487bde7d1 100644
--- a/NEWS
+++ b/NEWS
@@ -64,7 +64,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* File.stat, File.exist?, and other rb_stat()-using methods release GVL
[Bug #13941]
* File.rename releases GVL [Feature #13951]
- * File::Stat.{atime,mtime,ctime} support fractional second timestamps on
+ * File::Stat#{atime,mtime,ctime} support fractional second timestamps on
Windows 8 and later [Feature #13726]
* File::Stat.ino and File.indentical? supports ReFS 128bit ino on Windows 8.1
and later [Feature #13731]