diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 28d2f789..9e824bf9 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,6 +5,9 @@ released versions. == Development version +* command and response fifo support + (See <>) + * Shell expansions only trim the last trailing newline instead of all of them to make is possible to losslessly pass text through `%sh{...}`. diff --git a/src/main.cc b/src/main.cc index 10b45403..eb08a9b7 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,6 +45,7 @@ struct { StringView notes; } constexpr version_notes[] = { { 0, + "» {+u}$kak_command_fifo{} support\n" "» {+u}set-option -remove{} support\n" "» prompts auto select {+i}menu{} completions on space\n" "» explicit completion support ({+b}...{}) in prompts\n"