diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 80212bfb..58b090da 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -3,7 +3,7 @@ This changelog contains major and/or breaking changes to Kakoune between released versions. -== Development version +== Kakoune 2022.10.31 * `complete-command` (See <>) diff --git a/src/main.cc b/src/main.cc index f0a688ec..08baed94 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,7 +44,7 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { - 0, + 20221031, "» {+b}{} does not end macro recording anymore, use {+b}Q{}\n" "» pipe commands do not append final end-of-lines anymore\n" "» {+u}complete-command{} to configure command completion\n"