Kakoune 2024.05.18

This commit is contained in:
Maxime Coste 2024-05-18 14:40:21 +10:00
parent 7a90473267
commit 1bd50261c8
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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"