From fdd9fe27b8ea64560cd7b8e41ffe161dade1fb86 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 5 Mar 2023 16:10:50 +0100 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78c3186e0..823343ab8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ Scripting improvements ---------------------- - ``abbr --list`` no longer escapes the abbr name, which is necessary to be able to pass it to ``abbr --erase`` (:issue:`9470`). - ``read`` will now print an error if told to set a read-only variable instead of silently doing nothing (:issue:`9346`). +- ``set_color -v`` no longer crashes fish (:issue:`9640`). Interactive improvements ------------------------ @@ -30,6 +31,7 @@ Interactive improvements - :kbd:`Control-G` closes the history pager, like other shells (:issue:`9484`). - The documentation for the ``:``, ``[`` and ``.`` builtin commands can now be looked up with ``man`` (:issue:`9552`). - Fish no longer crashes when searching history for non-ascii codepoints case-insensitively (:issue:`9628`). +- The alt+s binding will now also use ``please`` if available (:issue:`9635`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^