From f58d6860662a1d0774743d2149b0812e84b2b754 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 29 Jul 2023 15:53:23 +1000 Subject: [PATCH] Kakoune 2023.07.29 --- 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 e9bdf758..e25f0e16 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 2023.07.29 * `` and `` now undo/redo selection changes; the previous meaning of moving in history tree has been moved to `` and `` diff --git a/src/main.cc b/src/main.cc index 35afcc7a..a0957338 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,7 +44,7 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { - 0, + 20230729, "ยป {+b}{} and {+b}{} now undo/redo selection changes; " "the previous meaning of moving in history tree has been moved to " "{+b}{} and {+b}{}\n"