summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-10-06 10:55:26 +1000
committerMaxime Coste <mawww@kakoune.org>2018-10-06 10:55:26 +1000
commiteba40028b983f1698dc79aae779f2d8eda8918c4 (patch)
tree078f46d9f420ddde9966a22e70225224da9ddf65 /src
parent888ec60adf3b2c0cc7c0584dc9ebd321a74280fd (diff)
Update startup messsage and changelog.asciidoc
Diffstat (limited to 'src')
-rw-r--r--src/main.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 405ffb21..6fda5da6 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -43,6 +43,12 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
+ 0,
+ "» define-commands -shell-completion and -shell-candidates has been renamed\n"
+ "» exclusive face attributes is replaced with final (fg/bg/attr)\n"
+ "» <a-M> (merge consecutive) moved to <a-_> to make <a-M> backward <a-m>\n"
+ "» remove-hooks now takes a regex parameter\n"
+ }, {
20180904,
"» Big breaking refactoring of various Kakoune features,\n"
" configuration might need to be updated see `:doc changelog` for details\n"