mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 02:52:46 +08:00
Relnote fix for #5481
This commit is contained in:
parent
40f5dd200b
commit
5f7adb3c69
|
@ -5,6 +5,7 @@
|
|||
- exec now behaves properly inside functions (#5449)
|
||||
- while loops now evaluate to the last executed command in the loop body (or zero if the body was empty), matching POSIX semantics.
|
||||
- `read --silent` no longer echoes to the tty when run from a non-interactive script (#5519)
|
||||
- (macOS only) /etc/paths and /etc/paths.d now correctly set path entries with spaces. Also affects MANPATH. (#5481)
|
||||
|
||||
|
||||
# fish 3.0.0 (released December 28, 2018)
|
||||
|
|
Loading…
Reference in New Issue
Block a user