From 2ff9fd8d9262e9fd1361dd2c0e873277aabad663 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 1 Jul 2019 22:07:29 +1000 Subject: [PATCH] Kakoune v2019.07.01 --- doc/pages/changelog.asciidoc | 2 +- src/main.cc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"