Update CHANGELOG

This commit is contained in:
Ajeet D'Souza 2026-07-14 17:32:05 +05:30
parent 9e899405c5
commit 4fa24fc5e5
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Nushell: `z` now supports fzf completion
- Nushell: `z` now supports Space-Tab completions.
### Fixed
- Bash/Zsh: fix `z` failing on Cygwin/MSYS2 due to `cygpath` being passed a bad string.
- Bash/Zsh: `z` failing on Cygwin/MSYS2 due to `cygpath` being passed a bad string.
- Nushell: `z` now handles relative paths through symlinked directories.
## [0.10.0] - 2026-07-04