mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
CHANGELOG
This commit is contained in:
parent
3dc49d9d93
commit
c74afd4198
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ fish 4.0b1 (released December 17, 2024)
|
|||
|
||||
Changes since 4.0b1
|
||||
-------------------
|
||||
- :kbd:`ctrl-c` cancels builtin ``read`` again, fixing a regression in the beta.
|
||||
- :kbd:`ctrl-c` cancels builtin ``read`` again, fixing a regression in the beta. :issue:`10928`
|
||||
- Self-installable builds can now also be installed to a specific location by giving a path to ``--install``, like::
|
||||
fish --install=$HOME/.local/
|
||||
In that case, the fish binary will be moved to "bin/" in that path. :issue:`10923`
|
||||
|
||||
These are the draft release notes for fish 4.0.0. Like this release of fish itself, they are in beta and are not complete. Please report any issues you find.
|
||||
|
||||
|
|
Loading…
Reference in a new issue