summaryrefslogtreecommitdiff
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
commitde6b788fe937ddc30dd71c7e8457ec0c8adb449c (patch)
tree64b58a256290feb8bfad167b249780793bbbd5ca /NEWS
parent75cda5e22f6bc7ba6c91b6501d4233e782178a3a (diff)
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