summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 12:33:43 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 12:33:43 +0000
commit46cd1e338be1c52be8f85a6cc326ea9f55a36525 (patch)
treed96d88d4c6c9fd5ee903c4cc8d4bab8dce5ee1bf /NEWS
parentf80d24ee6f240ea01e7849573cd92a7e31924cc9 (diff)
* lib/tmpdir.rb (Dir.mktmpdir): new method.
[ruby-dev:31462] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a97bd618cd..9b74a9062d 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@ with all sufficient information, see the ChangeLog file.
* Remove redundant module namespace in Cipher, Digest, PKCS7, PKCS12.
Compatibility classes are provided which will be removed in Ruby 1.9.
+
+* tmpdir
+
+ * New method:
+ Dir.mktmpdir
== Changes with Ruby 1.8.5