Kakoune 2021.08.28

This commit is contained in:
Maxime Coste 2021-08-28 14:07:42 +10:00
parent 13eb5a677f
commit bc11f972c5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between This changelog contains major and/or breaking changes to Kakoune between
released versions. released versions.
== Development version == Kakoune 2021.08.28
* command and response fifo support * command and response fifo support
(See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>) (See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>)

View File

@ -44,7 +44,7 @@ struct {
unsigned int version; unsigned int version;
StringView notes; StringView notes;
} constexpr version_notes[] = { { } constexpr version_notes[] = { {
0, 20210828,
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n" "» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
"» {+u}$kak_command_fifo{} support\n" "» {+u}$kak_command_fifo{} support\n"
"» {+u}set-option -remove{} support\n" "» {+u}set-option -remove{} support\n"