From f237fb7b9f2c46e91f0077f4c6cd5d9efb30ac39 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 23 Dec 2024 14:30:46 +0100 Subject: [PATCH] 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. --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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) =======================================