Kakoune v2019.07.01

This commit is contained in:
Maxime Coste 2019-07-01 22:07:29 +10:00
parent 9363f98f5b
commit 2ff9fd8d92
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Development version
== Kakoune 2019.07.01
* Re-organized bundled script files directory hierarchy.

View File

@ -44,10 +44,12 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
0,
20190701,
"» %file{...} expansions to read files\n"
"» echo -to-file <filename> to write to file\n"
"» completions option have an on select command instead of a docstring\n"
"» Function key syntax do not accept lower case f anymore\n"
"» shell quoting of list options is now opt-in with $kak_quoted_...\n"
}, {
20190120,
"» named capture groups in regex\n"