diff --git a/CHANGELOG.md b/CHANGELOG.md index d47ae49..4d67b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Support for Csh. +- Added `--score` flag to `zoxide add`. + ### Changed - Bash: zoxide will now rewrite the prompt when using Space-Tab completions. +### Fixed + +- Nushell: stop ignoring symlinks when `cd`-ing into a directory. +- Fzf: updated minimum supported version to v0.51.0. +- PowerShell: avoid setting `$error` when defining `__zoxide_hooked`. + ## [0.9.7] - 2025-02-10 ### Added