Skip to content

Commit 98b84f2

Browse files
committed
Kakoune 2022.10.31
1 parent 0a21dc0 commit 98b84f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/pages/changelog.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6-
== Development version
6+
== Kakoune 2022.10.31
77

88
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
99

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct {
4444
unsigned int version;
4545
StringView notes;
4646
} constexpr version_notes[] = { {
47-
0,
47+
20221031,
4848
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
4949
"» pipe commands do not append final end-of-lines anymore\n"
5050
"» {+u}complete-command{} to configure command completion\n"

0 commit comments

Comments
 (0)