diff options
Diffstat (limited to 'vendor/tempfile/CHANGELOG.md')
-rw-r--r-- | vendor/tempfile/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/tempfile/CHANGELOG.md b/vendor/tempfile/CHANGELOG.md index c9e4c9bc2..a3576e025 100644 --- a/vendor/tempfile/CHANGELOG.md +++ b/vendor/tempfile/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 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. +- Misc cleanups. + +## 3.7.1 + +- Tempfile builds on haiku again. +- Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible. + ## 3.7.0 BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major |