summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-05-18 14:40:21 +1000
committerMaxime Coste <mawww@kakoune.org>2024-05-18 14:43:06 +1000
commit1bd50261c8c1c867f76e79f626dc571981f15bfd (patch)
treed23272d303d0608de340c34098e348618ac684e4 /src/main.cc
parent7a90473267f7f2fd8df5ae933c7b287c31ce3c97 (diff)
Kakoune 2024.05.18
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 3 insertions, 0 deletions
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"