update version notes and changelog

This commit is contained in:
Maxime Coste 2019-04-07 09:49:43 +10:00
parent 41f19f8dc9
commit d0df1ffe71
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,9 @@ released versions.
* Re-organized bundled script files directory hierarchy.
* Introduced helpers to write/read from file in scripts with
`%file{...}` expansion and `echo -to-file <filename>`.
== Kakoune 2019.01.20
* `auto_complete` has been renamed to `autocomplete` for more

View File

@ -44,6 +44,10 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
0,
"» %file{...} expansions to read files\n"
"» echo -to-file <filename> to write to file\n"
}, {
20190120,
"» named capture groups in regex\n"
"» auto_complete option renamed to autocomplete\n"