oden/third-party/vendor/which/CHANGELOG.md
2024-03-08 11:03:01 -08:00

10 lines
246 B
Markdown

# CHANGELOG
## 4.4.2
- Remove dependency on `dirs` crate due to MPL licensing in its tree. Use `home` crate instead. (@Xaeroxe)
## 4.4.1
- Add tilde expansion for home directory (@Xaeroxe)
- Swap out libc for rustix, forbid unsafe (@notgull)