diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index d7a9d69a1f..ce46177fc0 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -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. diff --git a/src/main.cc b/src/main.cc index 53df24924b..620a3da8e8 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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 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"