mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:41:42 +08:00
Update CHANGELOG entry for empty $*PATH components
This was later changed to auto-convert these and expanded to $PATH and $MANPATH as well.
This commit is contained in:
parent
9e2776af0e
commit
8b201d8077
|
@ -9,7 +9,7 @@
|
|||
- The `string` command now supports a `repeat` subcommand with the obvious behavior (#3864).
|
||||
- The `functions --metadata --verbose` output now includes the function description (#597).
|
||||
- Completions for `helm` added (#3829).
|
||||
- Empty CDPATH elements are now equivalent to "." (#2106).
|
||||
- Empty components in $CDPATH, $MANPATH and $PATH are now converted to "." (#2106, #3914).
|
||||
- The `read` command now accepts simple strings for the prompt rather than fish script via the new `-P` and `--prompt-str` flags (#802).
|
||||
- `type` now no longer requires `which`, which means it is no longer a dependency (#3912, #3945).
|
||||
- Using symbolic permissions with the `umask` command now works (#738).
|
||||
|
|
Loading…
Reference in New Issue
Block a user