From 58d549e058caaa2f565ccb64bc5fbf0f60c14c5d Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 6 Sep 2020 11:18:31 +0200 Subject: [PATCH] CHANGELOG fish_command_not_found [ci skip] --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f216137a0..f40967e4d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -104,6 +104,7 @@ Interactive improvements - The output of ``time`` is now properly aligned in all cases (#6726). - The ``pwd`` command supports the long options ``--logical`` and ``--physical``, matching other implementations (#6787). - ``diff`` will now colourise output, if supported (#7308). +- The command-not-found handling has been simplified. When it can't find a command, fish now just executes a function called ``fish_command_not_found`` instead of firing an event, making it easier to replace and reason about. Shims for backwards-compatibility have been added (#7293). New or improved bindings