mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Add string split0 and join0 to changelog
This commit is contained in:
parent
73c747d162
commit
62d73bee5e
|
@ -59,6 +59,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- The universal variables file no longer contains the MAC address. It is now at the fixed location `.config/fish/fish_universal_variables` (#1912).
|
||||
- `alias` now has a `-s` and `--save` option to save the function generated by the alias using `funcsave` (#4878).
|
||||
- Path completions now support expansions, meaning expressions like `python ~/<TAB>` now provides file suggestions just like any other relative or absolute path. (This includes support for other expansions, too.)
|
||||
- The `string` builtin has new commands `split0` and `join0` for working with NUL-delimited output.
|
||||
|
||||
## Other significant changes
|
||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
|
|
Loading…
Reference in New Issue
Block a user