summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-08-29 11:53:05 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-08-29 12:05:48 +0200
commitfa21985a7a2f8f52a8bd82bd12a724e9dca74934 (patch)
tree903e98e41d494f36a10e022d8fefd04d8284414f /NEWS.md
parenta11b9ca01cef170d232c6b99bef86a52a9710df9 (diff)
Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4e
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index d1660461b2..1355d922ea 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -191,6 +191,16 @@ 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.