mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Note support for && || ! in CHANGELOG
This commit is contained in:
parent
c7f16439bf
commit
9bb2d1e79f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- The names `argparse`, `read`, `set`, `status`, `test` and `[` are now reserved and not allowed as function names. This prevents users unintentionally breaking stuff (#3000).
|
||||
- Wrapping completions (from `complete -w` or `function -w`) can now inject arguments. For example, `complete gco -w 'git checkout'` now works properly (#1976). The `alias` function has been updated to respect this behavior.
|
||||
- The `jobs` builtin now has a `-q` and `--quiet` option to silence the output.
|
||||
- fish now supports `&&`, `||`, and `!` (#4620).
|
||||
|
||||
## Other significant changes
|
||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
|
|
Loading…
Reference in a new issue