From 98b84f2b05e8532703898a85abd06fc28c4e40ac Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 31 Oct 2022 09:05:58 +1100 Subject: [PATCH] Kakoune 2022.10.31 --- doc/pages/changelog.asciidoc | 2 +- src/main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 80212bfb77..58b090dae1 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 f0a688ec2d..08baed9461 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"