summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-20 13:50:47 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-20 13:50:47 +0000
commit5388fb64d991db9c094d1972176c4f5794e3555f (patch)
tree0726bc8b3386a51d3043d5f75d7a9ce33566f5d7 /NEWS
parent8c77e58b97465ebfef0d94497a5eecd78f5bef3c (diff)
* lib/tempfile.rb (Tempfile.create): New method.
The method name is proposed by Shugo Maeda. [ruby-dev:47220] [ruby-core:41478] [Feature #5707] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c4ecc4b23..3215497518 100644
--- a/NEWS
+++ b/NEWS
@@ -70,5 +70,9 @@ with all sufficient information, see the ChangeLog file.
* Rinda now supports multicast sockets. See Rinda::RingServer and
Rinda::RingFinger for details.
+* Tempfile
+ * New methods:
+ * Tempfile.create
+
=== Stdlib compatibility issues (excluding feature bug fixes)
=== C API updates