Document command-fifo in changelog

This commit is contained in:
Maxime Coste 2021-07-07 19:46:47 +10:00
parent 5ed9e1b356
commit 64e306f64b
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ released versions.
== Development version == Development version
* command and response fifo support
(See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>)
* Shell expansions only trim the last trailing newline instead of all of * Shell expansions only trim the last trailing newline instead of all of
them to make is possible to losslessly pass text through `%sh{...}`. them to make is possible to losslessly pass text through `%sh{...}`.

View File

@ -45,6 +45,7 @@ struct {
StringView notes; StringView notes;
} constexpr version_notes[] = { { } constexpr version_notes[] = { {
0, 0,
"» {+u}$kak_command_fifo{} support\n"
"» {+u}set-option -remove{} support\n" "» {+u}set-option -remove{} support\n"
"» prompts auto select {+i}menu{} completions on space\n" "» prompts auto select {+i}menu{} completions on space\n"
"» explicit completion support ({+b}<c-x>...{}) in prompts\n" "» explicit completion support ({+b}<c-x>...{}) in prompts\n"