diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index e25f0e1646..2f09242117 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 a095733863..a6762a2d59 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 "