summaryrefslogtreecommitdiff
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
commitbdc2876597a30f133ccca65a3be37345fcb2e710 (patch)
treec8db7e1170970cc8b0be7def1f6fb2da1634aea9
parent859314cbc63f5473bf7dd34e1147ae4b6da0726a (diff)
* NEWS: describe addition of File::TMPFILE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f50011dde0..fcb88dc311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 8 16:24:09 2015 Masaki Matsushita <glass.saga@gmail.com>
+
+ * NEWS: describe addition of File::TMPFILE
+
Sun Nov 8 15:19:17 2015 Masaki Matsushita <glass.saga@gmail.com>
* file.c: Add O_TMPFILE.
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