diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-05-18 14:40:21 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-05-18 14:43:06 +1000 |
| commit | 1bd50261c8c1c867f76e79f626dc571981f15bfd (patch) | |
| tree | d23272d303d0608de340c34098e348618ac684e4 | |
| parent | 7a90473267f7f2fd8df5ae933c7b287c31ce3c97 (diff) | |
Kakoune 2024.05.18
| -rw-r--r-- | doc/pages/changelog.asciidoc | 4 | ||||
| -rw-r--r-- | src/main.cc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 4b0857ff..ee5e374f 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 e0044db0..5b316eaa 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" |
