diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 4b0857ffd8..ee5e374f63 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 2024.05.18 + +* Fixed tests on Alpine Linux and *BSD + == Kakoune 2024.05.09 * `flag-lines -after` switch to display text after the line diff --git a/src/main.cc b/src/main.cc index e0044db098..5b316eaa50 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,6 +45,9 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { + 20240518, + "» Fix tests failing on some platforms\n" + }, { 20240509, "» {+u}flag-lines -after{} highlighter\n" "» asynchronous {+u}shell-script-candidates{} completion\n"