From b9a68e9e86068e9b9077e71126cefc6a53ab59e3 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 26 Mar 2021 19:29:45 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f13cc3d8f..b357d3643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Deprecations and removed features Scripting improvements ---------------------- +- ``math`` now has a ``log2`` function like the documentation already claimed. Interactive improvements ------------------------- @@ -19,7 +20,9 @@ Interactive improvements - Commands that wrap ``cd`` (using ``complete --wraps cd``) get the same completions as ``cd`` (:issue:`4693`). - Arguments longer than 1024 characters no longer trigger excessive CPU usage on Mac (:issue:`7837`). -- Fish now automatically creates ``config.fish`` and the configuration directories in ``$XDG_CONFIG_HOME/fish`` (by default ``~/.config/fish``) if they do not already exist. +- Fish now automatically creates ``config.fish`` and the configuration directories in ``$XDG_CONFIG_HOME/fish`` (by default ``~/.config/fish``) if they do not already exist. +- ``__fish_prepend_sudo`` now toggles sudo even when it took the commandline from history instead of only adding it. +- Fish now defaults job-control to "full" meaning it more sensibly handles assigning the terminal and process groups (:issue:`5036`, :issue:`5832`, :issue:`7721`) New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^