mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 06:54:03 +00:00
Relnote fix for #5519
This commit is contained in:
parent
364c839279
commit
028bff7b44
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- exec now behaves properly inside functions (#5449)
|
- 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.
|
- 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)
|
||||||
|
|
||||||
|
|
||||||
# fish 3.0.0 (released December 28, 2018)
|
# fish 3.0.0 (released December 28, 2018)
|
||||||
|
|
Loading…
Reference in a new issue