aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-06 09:09:48 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-06 09:09:48 +0100
commit4578b5b3b34d2dc74034747ceda1ebffa9c9acc5 (patch)
tree632a499f62c12dc7f097c0214344371ef9d8384c /NEWS
parent05984ae3288310c34218fbeaf6e114f3881cd406 (diff)
downloadtempfile-4578b5b3b34d2dc74034747ceda1ebffa9c9acc5.tar.gz
Upgrade tempfile to 3.3.0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/tempfile For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ida34064265fa66471afd5f1c831a627779165d2e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c83656..c284424 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.3.0
+=====
+
+Features:
+
+* Replace rand with fastrand for a significantly smaller dependency tree. Cryptographic randomness
+ isn't necessary for temporary file names, and isn't all that helpful either.
+* Add limited WASI support.
+* Add a function to extract the inner data from a `SpooledTempFile`.
+
+Bug Fixes:
+
+* Make it possible to persist unnamed temporary files on linux by removing the `O_EXCL` flag.
+* Fix redox minimum crate version.
+
3.2.0
=====