Skip to content

Commit

Permalink
Kakoune 2021.08.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Aug 28, 2021
1 parent 13eb5a6 commit bc11f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pages/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.

== Development version
== Kakoune 2021.08.28

* command and response fifo support
(See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>)
Expand Down
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
0,
20210828,
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
"» {+u}$kak_command_fifo{} support\n"
"» {+u}set-option -remove{} support\n"
Expand Down

0 comments on commit bc11f97

Please sign in to comment.