mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Changelog: move over the bits that apply to this branch
This seems more logical, especially since these need not be mentioned in the "final" 4.0. When we merge the integration branch back into master, we can combine changelog additions, so it won't be lost from master.
This commit is contained in:
parent
7069f3fe40
commit
f237fb7b9f
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Changes since 4.0b1
|
||||
-------------------
|
||||
- :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`
|
||||
|
||||
fish 4.0b1 (released December 17, 2024)
|
||||
=======================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue