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:
parent
4e60269678
commit
6c29f232a7
1 changed files with 3 additions and 0 deletions
3
NEWS
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue