mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add wait command to Changelog
This commit is contained in:
parent
7c8ed80e64
commit
51d34e1960
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- For loop control variables are no longer local to the for block (#1935).
|
||||
|
||||
## Notable fixes and improvements
|
||||
- `wait` builtin is added for waiting on processes (#4498).
|
||||
- `read` has a new `--delimiter` option as a better alternative to the `IFS` variable (#4256).
|
||||
- `set` has a new `--append` and `--prepend` option (#1326).
|
||||
- `set` has a new `--show` option to show lots of information about variables (#4265).
|
||||
|
|
Loading…
Reference in a new issue