aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-08 07:27:25 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-08 07:27:25 +0000
commit4692f4bab49a171f1ceee378e1faa5e0a9040479 (patch)
treec8db7e1170970cc8b0be7def1f6fb2da1634aea9 /NEWS
parent055a0e53367245e56be91d0440ffc4a502b83ced (diff)
downloadruby-4692f4bab49a171f1ceee378e1faa5e0a9040479.tar.gz
* NEWS: describe addition of File::TMPFILE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d7c8b3313..77e47b0973 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,7 @@ with all sufficient information, see the ChangeLog file.
* File
* File.mkfifo [Feature #11536]
+ * Add File::TMPFILE corresponding to O_TMPFILE
* Hash