From e605ad8582d8e015806ed9b4d7aba8ca1ea13d57 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 5 Aug 2023 11:02:11 +1000 Subject: [PATCH] Kakoune 2023.08.05 --- doc/pages/changelog.asciidoc | 4 ++++ src/main.cc | 3 +++ 2 files changed, 7 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index e25f0e16..2f092421 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -3,6 +3,10 @@ This changelog contains major and/or breaking changes to Kakoune between released versions. +== Kakoune 2023.08.08 + +* Fix compilation errors on FreeBSD and MacOS using clang + == Kakoune 2023.07.29 * `` and `` now undo/redo selection changes; the previous meaning diff --git a/src/main.cc b/src/main.cc index a0957338..a6762a2d 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,6 +44,9 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { + 20230805, + "» Fix FreeBSD/MacOS clang compilation\n" + }, { 20230729, "» {+b}{} and {+b}{} now undo/redo selection changes; " "the previous meaning of moving in history tree has been moved to "