diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b95c9762b..891e1ac37 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,7 @@ Interactive improvements ------------------------ - Autosuggestions are now also provided in multi-line command lines. Like `ctrl-r`, autosuggestions operate only on the current line. - Autosuggestions used to not suggest multi-line commandlines from history; now autosuggestions include individual lines from multi-line command lines. +- If you insert a character that invalidates an autosuggestion and type backspace immediately after, then the autosuggestion will be shown again. - New feature flag ``buffered-enter-noexec`` with the following effect: when typing a command and :kbd:`enter` while the previous one is still running, the new one will no longer execute immediately. Similarly, keys that are bound to shell commands will be ignored. This mitigates a security issue where a command like ``cat malicious-file.txt`` could write terminal escape codes prompting the terminal to write arbitrary text to fish's standard input.