summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 09:59:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 09:59:20 +0000
commitdefcaf89dd9ed860f8ac00508ff80bcde86645a1 (patch)
treebd8c034eccc3be6e7e3f836761e995ebd9203b72 /NEWS
parent6839932a2d64ac930165114c14f2c9e3b24f0fef (diff)
file.c: File.lutime
* file.c (utime_internal): add File.lutime. [Feature #4052] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60933 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 46bab4af1b..e313f3914b 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,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]
+ * Add File.lutime [Feature #4052]
* Hash