aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-31 11:22:15 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-31 11:22:15 +0000
commit2822a7427761477ba0101da66977e92479a5438d (patch)
tree64b58a256290feb8bfad167b249780793bbbd5ca /NEWS
parent5214596a34e3eae16320d4590f3a7a8b352970f4 (diff)
downloadruby-2822a7427761477ba0101da66977e92479a5438d.tar.gz
add NEWS entry for [Feature #13568] r59704
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b2f33701c..160da01f21 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* File
* :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]
* Hash