We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a90473 commit 1bd5026Copy full SHA for 1bd5026
doc/pages/changelog.asciidoc
@@ -3,6 +3,10 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
+== Kakoune 2024.05.18
7
+
8
+* Fixed tests on Alpine Linux and *BSD
9
10
== Kakoune 2024.05.09
11
12
* `flag-lines -after` switch to display text after the line
src/main.cc
@@ -45,6 +45,9 @@ struct {
45
unsigned int version;
46
StringView notes;
47
} constexpr version_notes[] = { {
48
+ 20240518,
49
+ "» Fix tests failing on some platforms\n"
50
+ }, {
51
20240509,
52
"» {+u}flag-lines -after{} highlighter\n"
53
"» asynchronous {+u}shell-script-candidates{} completion\n"
0 commit comments