diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:55:26 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:55:26 +1000 |
| commit | eba40028b983f1698dc79aae779f2d8eda8918c4 (patch) | |
| tree | 078f46d9f420ddde9966a22e70225224da9ddf65 /src | |
| parent | 888ec60adf3b2c0cc7c0584dc9ebd321a74280fd (diff) | |
Update startup messsage and changelog.asciidoc
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 6 |
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" |
