diff --git a/src/main.cc b/src/main.cc index 26cb1ebf..6983368e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -41,10 +41,6 @@ extern const char* version; static const char* startup_info = "Kakoune recent breaking changes:\n" -" * Highlighters have been refactored to be part of scopes\n" -" the add-highlighter and remove-highlighter command syntax changed.\n" -" * Regex implementation switched to a custom one, the syntax is slightly\n" -" less tolerant.\n" " * ModeChange hook has been introduced and is expected to replace\n" " the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n" " * '*' Does not strip whitespaces anymore, use built-in '_' to strip them\n" @@ -54,7 +50,8 @@ static const char* startup_info = " * WORD text object moved to instead of W for consistency\n" " * rotate main selection moved to ), rotate content to , ( for backward\n" " * faces are now scoped, set-face command takes an additional scope parameter\n" -" * key is gone, use instead\n"; +" * key is gone, use instead\n" +" === Kakoune v2018.04.13 Released ===\n"; struct startup_error : runtime_error {