From 068f92ce7e910df00373dd6f0215b68eaf3bd4bb Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 10 Mar 2024 10:16:35 +0100 Subject: [PATCH] Changelog update --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7ec373c0..89318513e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -54,7 +54,7 @@ Interactive improvements - After using :kbd:`Alt-E` to edit the commandline in an external editor, the editor's cursor position will be copied over to fish. This is currently supported for Vim and Kakoune. - When deciding how to pass the cursor position to and from the external editor, :kbd:`Alt-E` now resolves aliases. For example use ``complete --wraps my-vim vim`` to synchronize cursors when `EDITOR=my-vim`. - Option completion now uses fuzzy subsequence filtering as well. This means that ``--fb`` may be completed to ``--foobar`` if there is no better match. -- ASCII control characters are now rendered using symbols from Unicode's Control Pictures block. +- Nonprintable ASCII control characters are now rendered using symbols from Unicode's Control Pictures block. New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^