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:
Johannes Altmanninger 2024-12-23 14:30:46 +01:00
parent 7069f3fe40
commit f237fb7b9f

View file

@ -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)
=======================================