diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 94412f6ec..a83c005e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) =======================================