summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index cecf0d1d..5e784f5e 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -52,8 +52,8 @@ static const char* startup_info =
" * faces are now scoped, set-face command takes an additional scope parameter\n"
" * <backtab> key is gone, use <s-tab> instead\n"
" === Kakoune v2018.04.13 Released ===\n"
-" * define-command -allow-override switch has been renamed -override\n"
-" %sh{...} strings are not automatically reparsed anymore, use evaluate-commands %sh{...}\n";
+" * Big breaking refactoring of various Kakoune features, see `:doc changelog` for details\n"
+" * define-command -allow-override switch has been renamed -override\n";
struct startup_error : runtime_error
{