1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
normal 2017-10-01 21:29:27 +00:00
parent 4e60269678
commit 6c29f232a7

3
NEWS
View file

@ -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