Skip to content

Commit 1bd5026

Browse files
committed
Kakoune 2024.05.18
1 parent 7a90473 commit 1bd5026

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/pages/changelog.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6+
== Kakoune 2024.05.18
7+
8+
* Fixed tests on Alpine Linux and *BSD
9+
610
== Kakoune 2024.05.09
711

812
* `flag-lines -after` switch to display text after the line

src/main.cc

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ struct {
4545
unsigned int version;
4646
StringView notes;
4747
} constexpr version_notes[] = { {
48+
20240518,
49+
"» Fix tests failing on some platforms\n"
50+
}, {
4851
20240509,
4952
"» {+u}flag-lines -after{} highlighter\n"
5053
"» asynchronous {+u}shell-script-candidates{} completion\n"

0 commit comments

Comments
 (0)