We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb5a6 commit bc11f97Copy full SHA for bc11f97
doc/pages/changelog.asciidoc
@@ -3,7 +3,7 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
-== Development version
+== Kakoune 2021.08.28
7
8
* command and response fifo support
9
(See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>)
src/main.cc
@@ -44,7 +44,7 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
- 0,
+ 20210828,
48
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
49
"» {+u}$kak_command_fifo{} support\n"
50
"» {+u}set-option -remove{} support\n"
0 commit comments