From 8346050232a3c60837f2d8ea274e01433ed701ae Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 29 Jun 2019 09:56:28 +1000 Subject: [PATCH] Document function key syntax change in changelog --- doc/pages/changelog.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 72622a31..d7a9d69a 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -34,6 +34,9 @@ released versions. * Shell quoting of lists is not automatic anymore, `$kak_quoted_...` makes it opt-in, and works for all option types. +* Lower case function key syntax is not accepted anymore, + `` should be converted to ``. + == Kakoune 2019.01.20 * `auto_complete` has been renamed to `autocomplete` for more