We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a21dc0 commit 98b84f2Copy full SHA for 98b84f2
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 2022.10.31
7
8
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
9
src/main.cc
@@ -44,7 +44,7 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
- 0,
+ 20221031,
48
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
49
"» pipe commands do not append final end-of-lines anymore\n"
50
"» {+u}complete-command{} to configure command completion\n"
0 commit comments