update version notes and changelog
This commit is contained in:
parent
41f19f8dc9
commit
d0df1ffe71
|
@ -7,6 +7,9 @@ released versions.
|
||||||
|
|
||||||
* Re-organized bundled script files directory hierarchy.
|
* 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
|
== Kakoune 2019.01.20
|
||||||
|
|
||||||
* `auto_complete` has been renamed to `autocomplete` for more
|
* `auto_complete` has been renamed to `autocomplete` for more
|
||||||
|
|
|
@ -44,6 +44,10 @@ struct {
|
||||||
unsigned int version;
|
unsigned int version;
|
||||||
const char* notes;
|
const char* notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
|
0,
|
||||||
|
"» %file{...} expansions to read files\n"
|
||||||
|
"» echo -to-file <filename> to write to file\n"
|
||||||
|
}, {
|
||||||
20190120,
|
20190120,
|
||||||
"» named capture groups in regex\n"
|
"» named capture groups in regex\n"
|
||||||
"» auto_complete option renamed to autocomplete\n"
|
"» auto_complete option renamed to autocomplete\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user