Kakoune v2019.01.20

This commit is contained in:
Maxime Coste 2019-01-20 22:52:01 +11:00
parent ae69759a53
commit cb7401439b
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Development version
== Kakoune 2019.01.20
* `auto_complete` has been renamed to `autocomplete` for more
consistency.

View File

@ -44,6 +44,10 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
20190120,
"» named capture groups in regex\n"
"» auto_complete option renamed to autocomplete\n"
}, {
20181027,
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
"» exclusive face attributes is replaced with final (fg/bg/attr)\n"