summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 78318b5b..bf382dd2 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -45,10 +45,11 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20250603,
"» kak_* appearing in shell arguments will be added to the environment\n"
"» {+U}double underline{} support\n"
"» {+u}git apply{} can stage/revert selected changes to current buffer\n"
+ "» {+u}exec/eval -client{} accepts '*' and comma separated list\n"
}, {
20240518,
"» Fix tests failing on some platforms\n"