mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
CHANGELOG
[ci skip]
This commit is contained in:
parent
796d92b4e9
commit
c7b51b360d
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ Scripting improvements
|
|||
- ``complete`` can now show the loaded completions for only specific commands, and do without ``-c`` (``complete git`` is now valid) (#7321).
|
||||
- ``set_color -b`` (without an argument) no longer prints an error message, matching other invalid invocations of this command (#7154).
|
||||
- Functions triggered by the ``fish_exit`` event are correctly run when the terminal is closed or the shell receives SIGHUP (#7014).
|
||||
- ``type`` is now a builtin and therefore much faster (#7342).
|
||||
- ``string replace`` no longer errors if a capturing group wasn't matched, instead treating it as empty (#7343).
|
||||
|
||||
Interactive improvements
|
||||
------------------------
|
||||
|
|
Loading…
Reference in a new issue