summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 20:52:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 21:10:48 +0900
commitb194973dcd5eda6c9e256029ea39dc532ae18962 (patch)
tree30ebee5b13e2c3511ab3a41fc6219a779d89ad8f /NEWS.md
parent6997109fcaef0567f176e53dfc092aecc49f9ece (diff)
Revert the related commits about `Tempfile.open` change.
Start with https://github.com/ruby/ruby/commit/fa21985a7a2f8f52a8bd82bd12a724e9dca74934 to https://github.com/ruby/ruby/commit/d7492a0be885ea9f2b9f71e3e95582f9a859c439
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/NEWS.md b/NEWS.md
index 2308cc7fe9..a814a3b3cc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -203,16 +203,6 @@ Outstanding ones only.
take request headers as a Hash in the second argument when the first
argument is a URI. [[Feature #16686]]
-* Tempfile
-
- * Modified method
-
- * `Tempfile.open { ... }` will now unlink the file at the end of the
- block (https://github.com/ruby/tempfile/pull/3), such that once the
- block finishes execution nothing leaks.
-
-
-
## Compatibility issues
Excluding feature bug fixes.