CHANGELOG fish_command_not_found

[ci skip]
This commit is contained in:
Fabian Homborg 2020-09-06 11:18:31 +02:00
parent 0131974378
commit 58d549e058

View File

@ -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