summaryrefslogtreecommitdiffstats
path: root/vendor/tempfile/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tempfile/CHANGELOG.md')
-rw-r--r--vendor/tempfile/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/tempfile/CHANGELOG.md b/vendor/tempfile/CHANGELOG.md
index a3576e025..33868ab49 100644
--- a/vendor/tempfile/CHANGELOG.md
+++ b/vendor/tempfile/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 3.8.1
+
+- Update rustix to fix a potential panic on `persist_noclobber` on android.
+- Update redox_syscall to 0.4 (on redox).
+- Fix some docs typos.
+
## 3.8.0
- Added `with_prefix` and `with_prefix_in` to `TempDir` and `NamedTempFile` to make it easier to create temporary files/directories with nice prefixes.