aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-01 21:29:27 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-01 21:29:27 +0000
commit85b065f20bbf42e34cfe734b26dc7aa6da50c2a7 (patch)
tree72b0d5484271ad9bb4e91810f9d2cce82c3e9ec4
parent267c159487c803a52d690c25e773f4b76bd74ae5 (diff)
downloadruby-85b065f20bbf42e34cfe734b26dc7aa6da50c2a7.tar.gz
NEWS: entries for GVL release in File and Dir
(more to come) * NEWS: updates for [Bug #13941] and [Feature #13951] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35797183c9..9f9e162238 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* :newline option to File.open implies text mode now. [Bug #13350]
* File#path now raises an IOError for files opened with
File::Constants::TMPFILE option. [Feature #13568]
+ * File.stat, File.exist?, and other rb_stat()-using methods release GVL
+ [Bug #13941]
+ * File.rename releases GVL [Feature #13951]
* Hash