mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-15 21:49:26 +00:00
CHANGELOG: minor work on 3.2.0
[ci skip]
This commit is contained in:
parent
b6eb95abad
commit
b9ea880535
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@
|
|||
- `string sub` has a new `--end` option to specify the end index of a substring (#6765).
|
||||
- `string split` has a new `--fields` option to specify fields to output, similar to `cut -f` (#6770).
|
||||
- `printf` no longer prints an error if not given an argument (not even a format string)
|
||||
- The `true` and `false` builtins ignore any arguments, like other shells (#7030).
|
||||
|
||||
### Interactive improvements
|
||||
- The prompt is reprinted after a background job exits (#1018).
|
||||
|
||||
#### New or improved bindings
|
||||
- New readline commands `undo` (Ctrl+_) and `redo` (Alt-/) can be used to revert changes to the command line or the pager search field (#6570).
|
||||
|
|
Loading…
Add table
Reference in a new issue